#459285

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

Shades of Lochinvar #459285

Tints of Lochinvar #459285

Color information

#459285 (or 0x459285) is unknown color: approx Lochinvar. HEX triplet: 45, 92 and 85. RGB value is (69,146,133). Sum of RGB (Red+Green+Blue) = 69+146+133=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #459285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459285 is #BA6D7A. Grayscale: #797979. Windows color (decimal): -12217723 or 8753733. OLE color: 8753733.

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

Color convert

RGB69146133-
CMYK0.5300.090.43
HSL169.87º35.81%42.16%-
HSV(B)169.87º52.74%57.25%-
XYZ16.9723.5225.84-
YUV121.5134.4990.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=19.83%
G=41.95%
B=38.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691461330.5300.090.43169.8735.8142.16
Hex45928535092Baa242a
Octal10522220565011532524452
Binary100010110010010100001011101010100110101110101010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459285; }

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

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

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

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

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

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

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

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