#409386

Color #409386 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #409386

Tints of Lochinvar #409386

Color information

#409386 (or 0x409386) is unknown color: approx Lochinvar. HEX triplet: 40, 93 and 86. RGB value is (64,147,134). Sum of RGB (Red+Green+Blue) = 64+147+134=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #409386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409386 is #BF6C79. Grayscale: #787878. Windows color (decimal): -12545146 or 8819520. OLE color: 8819520.

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

Color convert

RGB64147134-
CMYK0.5600.090.42
HSL170.6º39.34%41.37%-
HSV(B)170.6º56.46%57.65%-
XYZ16.8523.6826.24-
YUV120.7135.587.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.55%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=18.55%
G=42.61%
B=38.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471340.5600.090.42170.639.3441.37
Hex40938638092Aab2729
Octal10022320670011522534751
Binary100000010010011100001101110000100110101010101011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409386; }

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

 H1.HeaderClassName
 {
   color: #409386;
 }
 .AnyTagClassName
 {
   color: #409386;
 }
</style>
background-color css

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

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

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

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

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

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