Html Css Color HEX #409689 Lochinvar

📋 copy color: '#409689'

red 64 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #409689

Tints of Lochinvar #409689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.74%

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

R = 18.23%
G = 42.74%
B = 39.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#409689 (or 0x409689) is known color: Lochinvar. HEX triplet: 40, 96 and 89. RGB value is (64,150,137). Sum of RGB (Red+Green+Blue) = 64+150+137=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #409689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409689 is #BF6976. Grayscale: #7A7A7A. Windows color (decimal): -12544375 or 9016896. OLE color: 9016896.

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

Color convert

RGB 64 150 137 -
CMYK 0.57 0 0.09 0.41
HSL 170.93º 0.4% 0.42% -
HSV(B) 170.93º 0.57% 0.59% -
XYZ 17.54 24.71 27.51 -
YUV 122.8 136.01 86.06 -
System Red Green Blue C M Y K H S L
Decimal 64 150 137 0.57 0 0.09 0.41 170.93 0.4 0.42
Hex 40 96 89 39 0 9 29 AB 28 2A
Octal 100 226 211 71 0 11 51 253 50 52
Binary 1000000 10010110 10001001 111001 0 1001 101001 10101011 101000 101010

Color Harmonies of #409689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409689

Black with #409689

Text Example


Text Example

White with #409689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409689; }

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

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

background-color css

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

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

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

border-color css

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

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

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