#499394

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

Shades of Blue Chill #499394

Tints of Blue Chill #499394

Color information

#499394 (or 0x499394) is unknown color: approx Blue Chill. HEX triplet: 49, 93 and 94. RGB value is (73,147,148). Sum of RGB (Red+Green+Blue) = 73+147+148=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #499394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499394 is #B66C6B. Grayscale: #7C7C7C. Windows color (decimal): -11955308 or 9737033. OLE color: 9737033.

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

Color convert

RGB73147148-
CMYK0.510.0100.42
HSL180.8º33.94%43.33%-
HSV(B)180.8º50.68%58.04%-
XYZ18.5324.4231.75-
YUV124.99140.9890.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=19.84%
G=39.95%
B=40.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471480.510.0100.42180.833.9443.33
Hex49939433102Ab5222b
Octal1112232246310522654253
Binary100100110010011100101001100111010101010110101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499394; }

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

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

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

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

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

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

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

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