#42779E

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

Shades of Lochmara #42779E

Tints of Lochmara #42779E

Color information

#42779E (or 0x42779E) is unknown color: approx Lochmara. HEX triplet: 42, 77 and 9E. RGB value is (66,119,158). Sum of RGB (Red+Green+Blue) = 66+119+158=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #42779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42779E is #BD8861. Grayscale: #6B6B6B. Windows color (decimal): -12421218 or 10385218. OLE color: 10385218.

HSL color Cylindrical-coordinate representation of color #42779E: hue angle of 205.43º 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 #42779E is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66119158-
CMYK0.580.2500.38
HSL205.43º41.07%43.92%-
HSV(B)205.43º58.23%61.96%-
XYZ15.0216.8234.8-
YUV107.6156.4498.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=19.24%
G=34.69%
B=46.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661191580.580.2500.38205.4341.0743.92
Hex42779E3A19026cd292c
Octal10216723672310463155154
Binary100001011101111001111011101011001010011011001101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42779E; }

 p { color: rgb(66,119,158); }

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

<style>
 a { background-color: #42779E; }

 a { background-color: rgb(66,119,158); }

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

<style>
 span { border-color: #42779E; }

 span { border-color: rgb(66,119,158); }

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