#499593

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

Shades of Blue Chill #499593

Tints of Blue Chill #499593

Color information

#499593 (or 0x499593) is unknown color: approx Blue Chill. HEX triplet: 49, 95 and 93. RGB value is (73,149,147). Sum of RGB (Red+Green+Blue) = 73+149+147=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #499593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499593 is #B66A6C. Grayscale: #7D7D7D. Windows color (decimal): -11954797 or 9672009. OLE color: 9672009.

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

Color convert

RGB73149147-
CMYK0.5100.010.42
HSL178.42º34.23%43.53%-
HSV(B)178.42º51.01%58.43%-
XYZ18.7625.0231.44-
YUV126.05139.8290.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=19.78%
G=40.38%
B=39.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491470.5100.010.42178.4234.2343.53
Hex49959333012Ab2222c
Octal1112252236301522624254
Binary100100110010101100100111100110110101010110010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499593; }

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

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

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

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

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

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

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

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