#499383

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

Shades of Lochinvar #499383

Tints of Lochinvar #499383

Color information

#499383 (or 0x499383) is unknown color: approx Lochinvar. HEX triplet: 49, 93 and 83. RGB value is (73,147,131). Sum of RGB (Red+Green+Blue) = 73+147+131=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #499383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499383 is #B66C7C. Grayscale: #7B7B7B. Windows color (decimal): -11955325 or 8622921. OLE color: 8622921.

HSL color Cylindrical-coordinate representation of color #499383: hue angle of 167.03º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499383 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB73147131-
CMYK0.5000.110.42
HSL167.03º33.64%43.14%-
HSV(B)167.03º50.34%57.65%-
XYZ17.2823.9225.18-
YUV123.05132.4892.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=20.80%
G=41.88%
B=37.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471310.5000.110.42167.0333.6443.14
Hex499383320B2Aa7222b
Octal11122320362013522474253
Binary100100110010011100000111100100101110101010100111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499383; }

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

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

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

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

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

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

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

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