#459382

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

Shades of Lochinvar #459382

Tints of Lochinvar #459382

Color information

#459382 (or 0x459382) is unknown color: approx Lochinvar. HEX triplet: 45, 93 and 82. RGB value is (69,147,130). Sum of RGB (Red+Green+Blue) = 69+147+130=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #459382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459382 is #BA6C7D. Grayscale: #797979. Windows color (decimal): -12217470 or 8557381. OLE color: 8557381.

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

Color convert

RGB69147130-
CMYK0.5300.120.42
HSL166.92º36.11%42.35%-
HSV(B)166.92º53.06%57.65%-
XYZ16.9223.7424.81-
YUV121.74132.6690.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=19.94%
G=42.49%
B=37.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691471300.5300.120.42166.9236.1142.35
Hex459382350C2Aa7242a
Octal10522320265014522474452
Binary100010110010011100000101101010110010101010100111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459382; }

 p { color: rgb(69,147,130); }

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

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

 a { background-color: rgb(69,147,130); }

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

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

 span { border-color: rgb(69,147,130); }

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