#409287

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

Shades of Lochinvar #409287

Tints of Lochinvar #409287

Color information

#409287 (or 0x409287) is unknown color: approx Lochinvar. HEX triplet: 40, 92 and 87. RGB value is (64,146,135). Sum of RGB (Red+Green+Blue) = 64+146+135=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #409287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409287 is #BF6D78. Grayscale: #787878. Windows color (decimal): -12545401 or 8884800. OLE color: 8884800.

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

Color convert

RGB64146135-
CMYK0.5600.080.43
HSL171.95º39.05%41.18%-
HSV(B)171.95º56.16%57.25%-
XYZ16.7723.426.55-
YUV120.23136.3387.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.55%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=18.55%
G=42.32%
B=39.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461350.5600.080.43171.9539.0541.18
Hex40928738082Bac2729
Octal10022220770010532544751
Binary100000010010010100001111110000100010101110101100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409287; }

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

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

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

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

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

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

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

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