Html Css Color HEX #428B79 Lochinvar

📋 copy color: '#428B79'

red 66 ◦ green 139 ◦ blue 121

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

Shades of Lochinvar #428B79

Tints of Lochinvar #428B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

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

R = 20.25%
G = 42.64%
B = 37.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#428B79 (or 0x428B79) is known color: Lochinvar. HEX triplet: 42, 8B and 79. RGB value is (66,139,121). Sum of RGB (Red+Green+Blue) = 66+139+121=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #428B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B79 is #BD7486. Grayscale: #737373. Windows color (decimal): -12416135 or 7965506. OLE color: 7965506.

HSL color Cylindrical-coordinate representation of color #428B79: hue angle of 165.21º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B79 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 139 121 -
CMYK 0.53 0 0.13 0.45
HSL 165.21º 0.36% 0.4% -
HSV(B) 165.21º 0.53% 0.55% -
XYZ 14.93 21 21.36 -
YUV 115.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 66 139 121 0.53 0 0.13 0.45 165.21 0.36 0.4
Hex 42 8B 79 35 0 D 2D A5 24 28
Octal 102 213 171 65 0 15 55 245 44 50
Binary 1000010 10001011 1111001 110101 0 1101 101101 10100101 100100 101000

Color Harmonies of #428B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B79

Black with #428B79

Text Example


Text Example

White with #428B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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