#499991

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

Shades of Blue Chill #499991

Tints of Blue Chill #499991

Color information

#499991 (or 0x499991) is unknown color: approx Blue Chill. HEX triplet: 49, 99 and 91. RGB value is (73,153,145). Sum of RGB (Red+Green+Blue) = 73+153+145=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #499991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499991 is #B6666E. Grayscale: #808080. Windows color (decimal): -11953775 or 9541961. OLE color: 9541961.

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

Color convert

RGB73153145-
CMYK0.5200.050.4
HSL174º35.4%44.31%-
HSV(B)174º52.29%60%-
XYZ19.2526.2430.84-
YUV128.17137.588.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 145 (57.03% from 255) = 39.08%
R=19.68%
G=41.24%
B=39.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731531450.5200.050.417435.444.31
Hex499991340528ae232c
Octal1112312216405502564354
Binary10010011001100110010001110100010110100010101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499991; }

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

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

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

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

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

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

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

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