#459383

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

Shades of Lochinvar #459383

Tints of Lochinvar #459383

Color information

#459383 (or 0x459383) is unknown color: approx Lochinvar. HEX triplet: 45, 93 and 83. RGB value is (69,147,131). Sum of RGB (Red+Green+Blue) = 69+147+131=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #459383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459383 is #BA6C7C. Grayscale: #797979. Windows color (decimal): -12217469 or 8622917. OLE color: 8622917.

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

Color convert

RGB69147131-
CMYK0.5300.110.42
HSL167.69º36.11%42.35%-
HSV(B)167.69º53.06%57.65%-
XYZ16.9823.7725.17-
YUV121.85133.1690.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=19.88%
G=42.36%
B=37.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691471310.5300.110.42167.6936.1142.35
Hex459383350B2Aa8242a
Octal10522320365013522504452
Binary100010110010011100000111101010101110101010101000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459383; }

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

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

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

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

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

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

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

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