#409284

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

Shades of Lochinvar #409284

Tints of Lochinvar #409284

Color information

#409284 (or 0x409284) is unknown color: approx Lochinvar. HEX triplet: 40, 92 and 84. RGB value is (64,146,132). Sum of RGB (Red+Green+Blue) = 64+146+132=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #409284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409284 is #BF6D7B. Grayscale: #777777. Windows color (decimal): -12545404 or 8688192. OLE color: 8688192.

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

Color convert

RGB64146132-
CMYK0.5600.100.43
HSL169.76º39.05%41.18%-
HSV(B)169.76º56.16%57.25%-
XYZ16.5623.3125.46-
YUV119.89134.8388.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=18.71%
G=42.69%
B=38.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461320.5600.100.43169.7639.0541.18
Hex409284380A2Baa2729
Octal10022220470012532524751
Binary100000010010010100001001110000101010101110101010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409284; }

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

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

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

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

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

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

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

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