#499693

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

Shades of Blue Chill #499693

Tints of Blue Chill #499693

Color information

#499693 (or 0x499693) is unknown color: approx Blue Chill. HEX triplet: 49, 96 and 93. RGB value is (73,150,147). Sum of RGB (Red+Green+Blue) = 73+150+147=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #499693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499693 is #B6696C. Grayscale: #7E7E7E. Windows color (decimal): -11954541 or 9672265. OLE color: 9672265.

HSL color Cylindrical-coordinate representation of color #499693: hue angle of 177.66º 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 #499693 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB73150147-
CMYK0.5100.020.41
HSL177.66º34.53%43.73%-
HSV(B)177.66º51.33%58.82%-
XYZ18.9225.3431.5-
YUV126.64139.4989.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=19.73%
G=40.54%
B=39.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501470.5100.020.41177.6634.5343.73
Hex499693330229b2232c
Octal1112262236302512624354
Binary1001001100101101001001111001101010100110110010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499693; }

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

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

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

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

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

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

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

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