#459883

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

Shades of Lochinvar #459883

Tints of Lochinvar #459883

Color information

#459883 (or 0x459883) is unknown color: approx Lochinvar. HEX triplet: 45, 98 and 83. RGB value is (69,152,131). Sum of RGB (Red+Green+Blue) = 69+152+131=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #459883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459883 is #BA677C. Grayscale: #7C7C7C. Windows color (decimal): -12216189 or 8624197. OLE color: 8624197.

HSL color Cylindrical-coordinate representation of color #459883: hue angle of 164.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459883 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB69152131-
CMYK0.5500.140.40
HSL164.82º37.56%43.33%-
HSV(B)164.82º54.61%59.61%-
XYZ17.7825.3625.43-
YUV124.79131.588.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=19.60%
G=43.18%
B=37.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691521310.5500.140.40164.8237.5643.33
Hex459883370E28a5262b
Octal10523020367016502454653
Binary100010110011000100000111101110111010100010100101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459883; }

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

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

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

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

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

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

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

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