Html Css Color HEX #409489 Lochinvar

📋 copy color: '#409489'

red 64 ◦ green 148 ◦ blue 137

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

Shades of Lochinvar #409489

Tints of Lochinvar #409489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 18.34%
G = 42.41%
B = 39.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#409489 (or 0x409489) is known color: Lochinvar. HEX triplet: 40, 94 and 89. RGB value is (64,148,137). Sum of RGB (Red+Green+Blue) = 64+148+137=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #409489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409489 is #BF6B76. Grayscale: #797979. Windows color (decimal): -12544887 or 9016384. OLE color: 9016384.

HSL color Cylindrical-coordinate representation of color #409489: hue angle of 172.14º 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 #409489 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 137 -
CMYK 0.57 0 0.07 0.42
HSL 172.14º 0.4% 0.42% -
HSV(B) 172.14º 0.57% 0.58% -
XYZ 17.22 24.08 27.41 -
YUV 121.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 64 148 137 0.57 0 0.07 0.42 172.14 0.4 0.42
Hex 40 94 89 39 0 7 2A AC 28 2A
Octal 100 224 211 71 0 7 52 254 50 52
Binary 1000000 10010100 10001001 111001 0 111 101010 10101100 101000 101010

Color Harmonies of #409489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409489

Black with #409489

Text Example


Text Example

White with #409489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409489; }

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

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

background-color css

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

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

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

border-color css

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

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

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