#499899

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

Shades of Blue Chill #499899

Tints of Blue Chill #499899

Color information

#499899 (or 0x499899) is unknown color: approx Blue Chill. HEX triplet: 49, 98 and 99. RGB value is (73,152,153). Sum of RGB (Red+Green+Blue) = 73+152+153=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #499899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499899 is #B66766. Grayscale: #808080. Windows color (decimal): -11954023 or 10065993. OLE color: 10065993.

HSL color Cylindrical-coordinate representation of color #499899: hue angle of 180.75º 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 #499899 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB73152153-
CMYK0.520.0100.4
HSL180.75º35.4%44.31%-
HSV(B)180.75º52.29%60%-
XYZ19.7326.1734.15-
YUV128.49141.8388.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=19.31%
G=40.21%
B=40.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731521530.520.0100.4180.7535.444.31
Hex499899341028b5232c
Octal1112302316410502654354
Binary100100110011000100110011101001010100010110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499899; }

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

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

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

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

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

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

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

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