#42759C

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

Shades of Lochmara #42759C

Tints of Lochmara #42759C

Color information

#42759C (or 0x42759C) is unknown color: approx Lochmara. HEX triplet: 42, 75 and 9C. RGB value is (66,117,156). Sum of RGB (Red+Green+Blue) = 66+117+156=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #42759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42759C is #BD8A63. Grayscale: #696969. Windows color (decimal): -12421732 or 10253634. OLE color: 10253634.

HSL color Cylindrical-coordinate representation of color #42759C: hue angle of 206º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42759C is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66117156-
CMYK0.580.2500.39
HSL206º40.54%43.53%-
HSV(B)206º57.69%61.18%-
XYZ14.6116.2833.83-
YUV106.2156.199.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=19.47%
G=34.51%
B=46.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661171560.580.2500.3920640.5443.53
Hex42759C3A19027ce292c
Octal10216523472310473165154
Binary100001011101011001110011101011001010011111001110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42759C; }

 p { color: rgb(66,117,156); }

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

<style>
 a { background-color: #42759C; }

 a { background-color: rgb(66,117,156); }

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

<style>
 span { border-color: #42759C; }

 span { border-color: rgb(66,117,156); }

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