Html Css Color HEX #429387 Lochinvar

📋 copy color: '#429387'

red 66 ◦ green 147 ◦ blue 135

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

Shades of Lochinvar #429387

Tints of Lochinvar #429387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 18.97%
G = 42.24%
B = 38.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#429387 (or 0x429387) is known color: Lochinvar. HEX triplet: 42, 93 and 87. RGB value is (66,147,135). Sum of RGB (Red+Green+Blue) = 66+147+135=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #429387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429387 is #BD6C78. Grayscale: #797979. Windows color (decimal): -12414073 or 8885058. OLE color: 8885058.

HSL color Cylindrical-coordinate representation of color #429387: hue angle of 171.11º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429387 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 135 -
CMYK 0.55 0 0.08 0.42
HSL 171.11º 0.38% 0.42% -
HSV(B) 171.11º 0.55% 0.58% -
XYZ 17.05 23.77 26.61 -
YUV 121.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 66 147 135 0.55 0 0.08 0.42 171.11 0.38 0.42
Hex 42 93 87 37 0 8 2A AB 26 2A
Octal 102 223 207 67 0 10 52 253 46 52
Binary 1000010 10010011 10000111 110111 0 1000 101010 10101011 100110 101010

Color Harmonies of #429387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429387

Black with #429387

Text Example


Text Example

White with #429387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429387; }

 p { color: rgb(66,147,135); }

 H1.HeaderClassName
 {
   color: #429387;
 }
 .AnyTagClassName
 {
   color: #429387;
 }
</style>

background-color css

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

 a { background-color: rgb(66,147,135); }

 div.DivClassName
 {
   background-color: #429387;
 }
 .BgClassName
 {
   background-color: #429387;
 }
</style>

border-color css

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

 span { border-color: rgb(66,147,135); }

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