Html Css Color HEX #429089 Lochinvar

📋 copy color: '#429089'

red 66 ◦ green 144 ◦ blue 137

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

Shades of Lochinvar #429089

Tints of Lochinvar #429089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

 BLUE value IS 137 (53.91% from 255) = 39.48%

R = 19.02%
G = 41.5%
B = 39.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#429089 (or 0x429089) is known color: Lochinvar. HEX triplet: 42, 90 and 89. RGB value is (66,144,137). Sum of RGB (Red+Green+Blue) = 66+144+137=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #429089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429089 is #BD6F76. Grayscale: #777777. Windows color (decimal): -12414839 or 9015362. OLE color: 9015362.

HSL color Cylindrical-coordinate representation of color #429089: hue angle of 174.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429089 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 137 -
CMYK 0.54 0 0.05 0.44
HSL 174.62º 0.37% 0.41% -
HSV(B) 174.62º 0.54% 0.56% -
XYZ 16.74 22.91 27.21 -
YUV 119.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 66 144 137 0.54 0 0.05 0.44 174.62 0.37 0.41
Hex 42 90 89 36 0 5 2C AF 25 29
Octal 102 220 211 66 0 5 54 257 45 51
Binary 1000010 10010000 10001001 110110 0 101 101100 10101111 100101 101001

Color Harmonies of #429089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429089

Black with #429089

Text Example


Text Example

White with #429089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429089; }

 p { color: rgb(66,144,137); }

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

background-color css

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

 a { background-color: rgb(66,144,137); }

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

border-color css

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

 span { border-color: rgb(66,144,137); }

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