Html Css Color HEX #42769E Lochmara

📋 copy color: '#42769E'

red 66 ◦ green 118 ◦ blue 158

#42769E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #42769E

Tints of Lochmara #42769E

RGB

 RED value IS 66 (26.17% from 255) = 19.3%

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 19.3%
G = 34.5%
B = 46.2%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42769E (or 0x42769E) is known color: 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

RGB 66 118 158 -
CMYK 0.58 0.25 0 0.38
HSL 206.09º 0.41% 0.44% -
HSV(B) 206.09º 0.58% 0.62% -
XYZ 14.9 16.58 34.76 -
YUV 107.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 66 118 158 0.58 0.25 0 0.38 206.09 0.41 0.44
Hex 42 76 9E 3A 19 0 26 CE 29 2C
Octal 102 166 236 72 31 0 46 316 51 54
Binary 1000010 1110110 10011110 111010 11001 0 100110 11001110 101001 101100

Color Harmonies of #42769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42769E

Black with #42769E

Text Example


Text Example

White with #42769E

Text Example


Text Example

HTML Codes & Css Web 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>