Html Css Color HEX #428A79 Lochinvar

📋 copy color: '#428A79'

red 66 ◦ green 138 ◦ blue 121

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

Shades of Lochinvar #428A79

Tints of Lochinvar #428A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.46%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 20.31%
G = 42.46%
B = 37.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#428A79 (or 0x428A79) is known color: Lochinvar. HEX triplet: 42, 8A and 79. RGB value is (66,138,121). Sum of RGB (Red+Green+Blue) = 66+138+121=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #428A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A79 is #BD7586. Grayscale: #727272. Windows color (decimal): -12416391 or 7965250. OLE color: 7965250.

HSL color Cylindrical-coordinate representation of color #428A79: hue angle of 165.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A79 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 121 -
CMYK 0.52 0 0.12 0.46
HSL 165.83º 0.35% 0.4% -
HSV(B) 165.83º 0.52% 0.54% -
XYZ 14.79 20.72 21.31 -
YUV 114.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 66 138 121 0.52 0 0.12 0.46 165.83 0.35 0.4
Hex 42 8A 79 34 0 C 2E A6 23 28
Octal 102 212 171 64 0 14 56 246 43 50
Binary 1000010 10001010 1111001 110100 0 1100 101110 10100110 100011 101000

Color Harmonies of #428A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A79

Black with #428A79

Text Example


Text Example

White with #428A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A79; }

 p { color: rgb(66,138,121); }

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

background-color css

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

 a { background-color: rgb(66,138,121); }

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

border-color css

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

 span { border-color: rgb(66,138,121); }

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