#409280

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

Shades of Lochinvar #409280

Tints of Lochinvar #409280

Color information

#409280 (or 0x409280) is unknown color: approx Lochinvar. HEX triplet: 40, 92 and 80. RGB value is (64,146,128). Sum of RGB (Red+Green+Blue) = 64+146+128=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #409280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409280 is #BF6D7F. Grayscale: #777777. Windows color (decimal): -12545408 or 8426048. OLE color: 8426048.

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

Color convert

RGB64146128-
CMYK0.5600.120.43
HSL166.83º39.05%41.18%-
HSV(B)166.83º56.16%57.25%-
XYZ16.2923.2124.04-
YUV119.43132.8388.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=18.93%
G=43.20%
B=37.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461280.5600.120.43166.8339.0541.18
Hex409280380C2Ba72729
Octal10022220070014532474751
Binary100000010010010100000001110000110010101110100111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409280; }

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

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

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

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

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

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

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

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