#42729F

Color #42729F Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #42729F

Tints of Lochmara #42729F

Color information

#42729F (or 0x42729F) is unknown color: approx Lochmara. HEX triplet: 42, 72 and 9F. RGB value is (66,114,159). Sum of RGB (Red+Green+Blue) = 66+114+159=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #42729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42729F is #BD8D60. Grayscale: #686868. Windows color (decimal): -12422497 or 10449474. OLE color: 10449474.

HSL color Cylindrical-coordinate representation of color #42729F: hue angle of 209.03º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42729F is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66114159-
CMYK0.580.2800.38
HSL209.03º41.33%44.12%-
HSV(B)209.03º58.49%62.35%-
XYZ14.5215.735.07-
YUV104.78158.6100.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=19.47%
G=33.63%
B=46.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661141590.580.2800.38209.0341.3344.12
Hex42729F3A1C026d1292c
Octal10216223772340463215154
Binary100001011100101001111111101011100010011011010001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42729F; }

 p { color: rgb(66,114,159); }

 H1.HeaderClassName
 {
   color: #42729F;
 }
 .AnyTagClassName
 {
   color: #42729F;
 }
</style>
background-color css

<style>
 a { background-color: #42729F; }

 a { background-color: rgb(66,114,159); }

 div.DivClassName
 {
   background-color: #42729F;
 }
 .BgClassName
 {
   background-color: #42729F;
 }
</style>
border-color css

<style>
 span { border-color: #42729F; }

 span { border-color: rgb(66,114,159); }

 td.TdClassName
 {
   border-color: #42729F;
 }
 .TagClassName
 {
   border-color: #42729F;
 }
</style>