#459288

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

Shades of Lochinvar #459288

Tints of Lochinvar #459288

Color information

#459288 (or 0x459288) is unknown color: approx Lochinvar. HEX triplet: 45, 92 and 88. RGB value is (69,146,136). Sum of RGB (Red+Green+Blue) = 69+146+136=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #459288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459288 is #BA6D77. Grayscale: #797979. Windows color (decimal): -12217720 or 8950341. OLE color: 8950341.

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

Color convert

RGB69146136-
CMYK0.5300.070.43
HSL172.21º35.81%42.16%-
HSV(B)172.21º52.74%57.25%-
XYZ17.1823.626.94-
YUV121.84135.9990.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.66%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=19.66%
G=41.60%
B=38.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691461360.5300.070.43172.2135.8142.16
Hex45928835072Bac242a
Octal1052222106507532544452
Binary10001011001001010001000110101011110101110101100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459288; }

 p { color: rgb(69,146,136); }

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

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

 a { background-color: rgb(69,146,136); }

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

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

 span { border-color: rgb(69,146,136); }

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