#459178

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

Shades of Lochinvar #459178

Tints of Lochinvar #459178

Color information

#459178 (or 0x459178) is unknown color: approx Lochinvar. HEX triplet: 45, 91 and 78. RGB value is (69,145,120). Sum of RGB (Red+Green+Blue) = 69+145+120=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #459178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459178 is #BA6E87. Grayscale: #777777. Windows color (decimal): -12217992 or 7901509. OLE color: 7901509.

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

Color convert

RGB69145120-
CMYK0.5200.170.43
HSL160.26º35.51%41.96%-
HSV(B)160.26º52.41%56.86%-
XYZ15.9722.8721.34-
YUV119.43128.3292.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=20.66%
G=43.41%
B=35.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691451200.5200.170.43160.2635.5141.96
Hex459178340112Ba0242a
Octal10522117064021532404452
Binary100010110010001111100011010001000110101110100000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459178; }

 p { color: rgb(69,145,120); }

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

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

 a { background-color: rgb(69,145,120); }

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

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

 span { border-color: rgb(69,145,120); }

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