#459479

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

Shades of Lochinvar #459479

Tints of Lochinvar #459479

Color information

#459479 (or 0x459479) is unknown color: approx Lochinvar. HEX triplet: 45, 94 and 79. RGB value is (69,148,121). Sum of RGB (Red+Green+Blue) = 69+148+121=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #459479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459479 is #BA6B86. Grayscale: #797979. Windows color (decimal): -12217223 or 7967813. OLE color: 7967813.

HSL color Cylindrical-coordinate representation of color #459479: hue angle of 159.49º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459479 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB69148121-
CMYK0.5300.180.42
HSL159.49º36.41%42.55%-
HSV(B)159.49º53.38%58.04%-
XYZ16.523.8321.82-
YUV121.3127.8390.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=20.41%
G=43.79%
B=35.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691481210.5300.180.42159.4936.4142.55
Hex459479350122A9f242b
Octal10522417165022522374453
Binary100010110010100111100111010101001010101010011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459479; }

 p { color: rgb(69,148,121); }

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

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

 a { background-color: rgb(69,148,121); }

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

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

 span { border-color: rgb(69,148,121); }

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