#499194

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

Shades of Blue Chill #499194

Tints of Blue Chill #499194

Color information

#499194 (or 0x499194) is unknown color: approx Blue Chill. HEX triplet: 49, 91 and 94. RGB value is (73,145,148). Sum of RGB (Red+Green+Blue) = 73+145+148=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #499194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499194 is #B66E6B. Grayscale: #7B7B7B. Windows color (decimal): -11955820 or 9736521. OLE color: 9736521.

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

Color convert

RGB73145148-
CMYK0.510.0200.42
HSL182.4º33.94%43.33%-
HSV(B)182.4º50.68%58.04%-
XYZ18.2223.8131.65-
YUV123.81141.6591.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=19.95%
G=39.62%
B=40.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731451480.510.0200.42182.433.9443.33
Hex49919433202Ab6222b
Octal1112212246320522664253
Binary1001001100100011001010011001110010101010110110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499194; }

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

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

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

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

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

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

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

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