Html Css Color HEX #408A79 Lochinvar

📋 copy color: '#408A79'

red 64 ◦ green 138 ◦ blue 121

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

Shades of Lochinvar #408A79

Tints of Lochinvar #408A79

RGB

 RED value IS 64 (25.39% from 255) = 19.81%

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

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

R = 19.81%
G = 42.72%
B = 37.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#408A79 (or 0x408A79) is known color: Lochinvar. HEX triplet: 40, 8A and 79. RGB value is (64,138,121). Sum of RGB (Red+Green+Blue) = 64+138+121=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #408A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A79 is #BF7586. Grayscale: #717171. Windows color (decimal): -12547463 or 7965248. OLE color: 7965248.

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

Color convert

RGB 64 138 121 -
CMYK 0.54 0 0.12 0.46
HSL 166.22º 0.37% 0.4% -
HSV(B) 166.22º 0.54% 0.54% -
XYZ 14.65 20.65 21.3 -
YUV 113.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 64 138 121 0.54 0 0.12 0.46 166.22 0.37 0.4
Hex 40 8A 79 36 0 C 2E A6 25 28
Octal 100 212 171 66 0 14 56 246 45 50
Binary 1000000 10001010 1111001 110110 0 1100 101110 10100110 100101 101000

Color Harmonies of #408A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A79

Black with #408A79

Text Example


Text Example

White with #408A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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