Html Css Color HEX #429088 Lochinvar

📋 copy color: '#429088'

red 66 ◦ green 144 ◦ blue 136

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

Shades of Lochinvar #429088

Tints of Lochinvar #429088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 19.08%
G = 41.62%
B = 39.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#429088 (or 0x429088) is known color: Lochinvar. HEX triplet: 42, 90 and 88. RGB value is (66,144,136). Sum of RGB (Red+Green+Blue) = 66+144+136=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #429088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429088 is #BD6F77. Grayscale: #777777. Windows color (decimal): -12414840 or 8949826. OLE color: 8949826.

HSL color Cylindrical-coordinate representation of color #429088: hue angle of 173.85º 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 #429088 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 136 -
CMYK 0.54 0 0.06 0.44
HSL 173.85º 0.37% 0.41% -
HSV(B) 173.85º 0.54% 0.56% -
XYZ 16.66 22.88 26.83 -
YUV 119.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 66 144 136 0.54 0 0.06 0.44 173.85 0.37 0.41
Hex 42 90 88 36 0 6 2C AE 25 29
Octal 102 220 210 66 0 6 54 256 45 51
Binary 1000010 10010000 10001000 110110 0 110 101100 10101110 100101 101001

Color Harmonies of #429088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429088

Black with #429088

Text Example


Text Example

White with #429088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429088; }

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

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

background-color css

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

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

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

border-color css

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

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

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