Html Css Color HEX #409387 Lochinvar

📋 copy color: '#409387'

red 64 ◦ green 147 ◦ blue 135

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

Shades of Lochinvar #409387

Tints of Lochinvar #409387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.49%

 BLUE value IS 135 (53.13% from 255) = 39.02%

R = 18.5%
G = 42.49%
B = 39.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#409387 (or 0x409387) is known color: Lochinvar. HEX triplet: 40, 93 and 87. RGB value is (64,147,135). Sum of RGB (Red+Green+Blue) = 64+147+135=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #409387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409387 is #BF6C78. Grayscale: #787878. Windows color (decimal): -12545145 or 8885056. OLE color: 8885056.

HSL color Cylindrical-coordinate representation of color #409387: hue angle of 171.33º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409387 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 147 135 -
CMYK 0.56 0 0.08 0.42
HSL 171.33º 0.39% 0.41% -
HSV(B) 171.33º 0.56% 0.58% -
XYZ 16.92 23.71 26.61 -
YUV 120.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 64 147 135 0.56 0 0.08 0.42 171.33 0.39 0.41
Hex 40 93 87 38 0 8 2A AB 27 29
Octal 100 223 207 70 0 10 52 253 47 51
Binary 1000000 10010011 10000111 111000 0 1000 101010 10101011 100111 101001

Color Harmonies of #409387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409387

Black with #409387

Text Example


Text Example

White with #409387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409387; }

 p { color: rgb(64,147,135); }

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

background-color css

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

 a { background-color: rgb(64,147,135); }

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

border-color css

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

 span { border-color: rgb(64,147,135); }

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