#459384

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

Shades of Lochinvar #459384

Tints of Lochinvar #459384

Color information

#459384 (or 0x459384) is unknown color: approx Lochinvar. HEX triplet: 45, 93 and 84. RGB value is (69,147,132). Sum of RGB (Red+Green+Blue) = 69+147+132=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #459384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459384 is #BA6C7B. Grayscale: #797979. Windows color (decimal): -12217468 or 8688453. OLE color: 8688453.

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

Color convert

RGB69147132-
CMYK0.5300.100.42
HSL168.46º36.11%42.35%-
HSV(B)168.46º53.06%57.65%-
XYZ17.0523.825.52-
YUV121.97133.6690.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=19.83%
G=42.24%
B=37.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691471320.5300.100.42168.4636.1142.35
Hex459384350A2Aa8242a
Octal10522320465012522504452
Binary100010110010011100001001101010101010101010101000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459384; }

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

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

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

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

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

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

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

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