#419486

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

Shades of Lochinvar #419486

Tints of Lochinvar #419486

Color information

#419486 (or 0x419486) is unknown color: approx Lochinvar. HEX triplet: 41, 94 and 86. RGB value is (65,148,134). Sum of RGB (Red+Green+Blue) = 65+148+134=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #419486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419486 is #BE6B79. Grayscale: #797979. Windows color (decimal): -12479354 or 8819777. OLE color: 8819777.

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

Color convert

RGB65148134-
CMYK0.5600.090.42
HSL169.88º38.97%41.76%-
HSV(B)169.88º56.08%58.04%-
XYZ17.0724.0226.29-
YUV121.5913587.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=18.73%
G=42.65%
B=38.62%

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
Decimal651481340.5600.090.42169.8838.9741.76
Hex41948638092Aaa272a
Octal10122420670011522524752
Binary100000110010100100001101110000100110101010101010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419486; }

 p { color: rgb(65,148,134); }

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

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

 a { background-color: rgb(65,148,134); }

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

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

 span { border-color: rgb(65,148,134); }

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