#42769E

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

Shades of Lochmara #42769E

Tints of Lochmara #42769E

Color information

#42769E (or 0x42769E) is unknown color: approx Lochmara. HEX triplet: 42, 76 and 9E. RGB value is (66,118,158). Sum of RGB (Red+Green+Blue) = 66+118+158=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #42769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42769E is #BD8961. Grayscale: #6A6A6A. Windows color (decimal): -12421474 or 10384962. OLE color: 10384962.

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

Color convert

RGB66118158-
CMYK0.580.2500.38
HSL206.09º41.07%43.92%-
HSV(B)206.09º58.23%61.96%-
XYZ14.916.5834.76-
YUV107.01156.7798.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=19.30%
G=34.50%
B=46.20%

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
Decimal661181580.580.2500.38206.0941.0743.92
Hex42769E3A19026ce292c
Octal10216623672310463165154
Binary100001011101101001111011101011001010011011001110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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