#499883

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

Shades of Lochinvar #499883

Tints of Lochinvar #499883

Color information

#499883 (or 0x499883) is unknown color: approx Lochinvar. HEX triplet: 49, 98 and 83. RGB value is (73,152,131). Sum of RGB (Red+Green+Blue) = 73+152+131=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #499883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499883 is #B6677C. Grayscale: #7D7D7D. Windows color (decimal): -11954045 or 8624201. OLE color: 8624201.

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

Color convert

RGB73152131-
CMYK0.5200.140.40
HSL164.05º35.11%44.12%-
HSV(B)164.05º51.97%59.61%-
XYZ18.0725.5125.44-
YUV125.98130.8390.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 152 (59.77% from 255) = 42.70%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=20.51%
G=42.70%
B=36.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521310.5200.140.40164.0535.1144.12
Hex499883340E28a4232c
Octal11123020364016502444354
Binary100100110011000100000111101000111010100010100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499883; }

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

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

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

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

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

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

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

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