#42779F

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

Shades of Lochmara #42779F

Tints of Lochmara #42779F

Color information

#42779F (or 0x42779F) is unknown color: approx Lochmara. HEX triplet: 42, 77 and 9F. RGB value is (66,119,159). Sum of RGB (Red+Green+Blue) = 66+119+159=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #42779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42779F is #BD8860. Grayscale: #6B6B6B. Windows color (decimal): -12421217 or 10450754. OLE color: 10450754.

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

Color convert

RGB66119159-
CMYK0.580.2500.38
HSL205.81º41.33%44.12%-
HSV(B)205.81º58.49%62.35%-
XYZ15.116.8635.26-
YUV107.71156.9498.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=19.19%
G=34.59%
B=46.22%

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
Decimal661191590.580.2500.38205.8141.3344.12
Hex42779F3A19026ce292c
Octal10216723772310463165154
Binary100001011101111001111111101011001010011011001110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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