#499C83

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

Shades of Lochinvar #499C83

Tints of Lochinvar #499C83

Color information

#499C83 (or 0x499C83) is unknown color: approx Lochinvar. HEX triplet: 49, 9C and 83. RGB value is (73,156,131). Sum of RGB (Red+Green+Blue) = 73+156+131=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #499C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C83 is #B6637C. Grayscale: #808080. Windows color (decimal): -11953021 or 8625225. OLE color: 8625225.

HSL color Cylindrical-coordinate representation of color #499C83: hue angle of 161.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C83 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB73156131-
CMYK0.5300.160.39
HSL161.93º36.24%44.9%-
HSV(B)161.93º53.21%61.18%-
XYZ18.7326.8325.66-
YUV128.33129.588.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=20.28%
G=43.33%
B=36.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731561310.5300.160.39161.9336.2444.9
Hex499C833501027a2242d
Octal11123420365020472424455
Binary1001001100111001000001111010101000010011110100010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499C83; }

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

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

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

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

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

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

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

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