Html Css Color HEX #428881 Lochinvar

📋 copy color: '#428881'

red 66 ◦ green 136 ◦ blue 129

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

Shades of Lochinvar #428881

Tints of Lochinvar #428881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 19.94%
G = 41.09%
B = 38.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#428881 (or 0x428881) is known color: Lochinvar. HEX triplet: 42, 88 and 81. RGB value is (66,136,129). Sum of RGB (Red+Green+Blue) = 66+136+129=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #428881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428881 is #BD777E. Grayscale: #727272. Windows color (decimal): -12416895 or 8489026. OLE color: 8489026.

HSL color Cylindrical-coordinate representation of color #428881: hue angle of 174º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428881 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 129 -
CMYK 0.51 0 0.05 0.47
HSL 174º 0.35% 0.4% -
HSV(B) 174º 0.51% 0.53% -
XYZ 15.01 20.35 23.91 -
YUV 114.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 66 136 129 0.51 0 0.05 0.47 174 0.35 0.4
Hex 42 88 81 33 0 5 2F AE 23 28
Octal 102 210 201 63 0 5 57 256 43 50
Binary 1000010 10001000 10000001 110011 0 101 101111 10101110 100011 101000

Color Harmonies of #428881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428881

Black with #428881

Text Example


Text Example

White with #428881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428881; }

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

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

background-color css

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

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

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

border-color css

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

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

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