#499683

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

Shades of Lochinvar #499683

Tints of Lochinvar #499683

Color information

#499683 (or 0x499683) is unknown color: approx Lochinvar. HEX triplet: 49, 96 and 83. RGB value is (73,150,131). Sum of RGB (Red+Green+Blue) = 73+150+131=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #499683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499683 is #B6697C. Grayscale: #7C7C7C. Windows color (decimal): -11954557 or 8623689. OLE color: 8623689.

HSL color Cylindrical-coordinate representation of color #499683: hue angle of 165.19º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499683 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB73150131-
CMYK0.5100.130.41
HSL165.19º34.53%43.73%-
HSV(B)165.19º51.33%58.82%-
XYZ17.7524.8725.34-
YUV124.81131.4991.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=20.62%
G=42.37%
B=37.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501310.5100.130.41165.1934.5343.73
Hex499683330D29a5232c
Octal11122620363015512454354
Binary100100110010110100000111100110110110100110100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499683; }

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

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

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

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

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

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

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

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