#499296

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

Shades of Blue Chill #499296

Tints of Blue Chill #499296

Color information

#499296 (or 0x499296) is unknown color: approx Blue Chill. HEX triplet: 49, 92 and 96. RGB value is (73,146,150). Sum of RGB (Red+Green+Blue) = 73+146+150=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #499296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499296 is #B66D69. Grayscale: #7C7C7C. Windows color (decimal): -11955562 or 9867849. OLE color: 9867849.

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

Color convert

RGB73146150-
CMYK0.510.0300.41
HSL183.12º34.53%43.73%-
HSV(B)183.12º51.33%58.82%-
XYZ18.5324.1832.54-
YUV124.63142.3291.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=19.78%
G=39.57%
B=40.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731461500.510.0300.41183.1234.5343.73
Hex499296333029b7232c
Octal1112222266330512674354
Binary1001001100100101001011011001111010100110110111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499296; }

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

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

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

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

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

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

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

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