#419387

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

Shades of Lochinvar #419387

Tints of Lochinvar #419387

Color information

#419387 (or 0x419387) is unknown color: approx Lochinvar. HEX triplet: 41, 93 and 87. RGB value is (65,147,135). Sum of RGB (Red+Green+Blue) = 65+147+135=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #419387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419387 is #BE6C78. Grayscale: #797979. Windows color (decimal): -12479609 or 8885057. OLE color: 8885057.

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

Color convert

RGB65147135-
CMYK0.5600.080.42
HSL171.22º38.68%41.57%-
HSV(B)171.22º55.78%57.65%-
XYZ16.9923.7426.61-
YUV121.11135.8387.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=18.73%
G=42.36%
B=38.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471350.5600.080.42171.2238.6841.57
Hex41938738082Aab272a
Octal10122320770010522534752
Binary100000110010011100001111110000100010101010101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419387; }

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

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

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

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

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

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

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

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