Html Css Color HEX #409479 Lochinvar

📋 copy color: '#409479'

red 64 ◦ green 148 ◦ blue 121

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

Shades of Lochinvar #409479

Tints of Lochinvar #409479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

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

R = 19.22%
G = 44.44%
B = 36.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#409479 (or 0x409479) is known color: Lochinvar. HEX triplet: 40, 94 and 79. RGB value is (64,148,121). Sum of RGB (Red+Green+Blue) = 64+148+121=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #409479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409479 is #BF6B86. Grayscale: #777777. Windows color (decimal): -12544903 or 7967808. OLE color: 7967808.

HSL color Cylindrical-coordinate representation of color #409479: hue angle of 160.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409479 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 121 -
CMYK 0.57 0 0.18 0.42
HSL 160.71º 0.4% 0.42% -
HSV(B) 160.71º 0.57% 0.58% -
XYZ 16.16 23.65 21.8 -
YUV 119.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 64 148 121 0.57 0 0.18 0.42 160.71 0.4 0.42
Hex 40 94 79 39 0 12 2A A1 28 2A
Octal 100 224 171 71 0 22 52 241 50 52
Binary 1000000 10010100 1111001 111001 0 10010 101010 10100001 101000 101010

Color Harmonies of #409479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409479

Black with #409479

Text Example


Text Example

White with #409479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409479; }

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

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

background-color css

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

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

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

border-color css

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

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

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