#499595

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

Shades of Blue Chill #499595

Tints of Blue Chill #499595

Color information

#499595 (or 0x499595) is unknown color: approx Blue Chill. HEX triplet: 49, 95 and 95. RGB value is (73,149,149). Sum of RGB (Red+Green+Blue) = 73+149+149=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #499595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499595 is #B66A6A. Grayscale: #7E7E7E. Windows color (decimal): -11954795 or 9803081. OLE color: 9803081.

HSL color Cylindrical-coordinate representation of color #499595: hue angle of 180º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499595 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73149149-
CMYK0.51000.42
HSL180º34.23%43.53%-
HSV(B)180º51.01%58.43%-
XYZ18.9225.0832.28-
YUV126.28140.8290-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=19.68%
G=40.16%
B=40.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491490.51000.4218034.2343.53
Hex49959533002Ab4222c
Octal1112252256300522644254
Binary100100110010101100101011100110010101010110100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499595; }

 p { color: rgb(73,149,149); }

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

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

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

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

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

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

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