#499698

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

Shades of Blue Chill #499698

Tints of Blue Chill #499698

Color information

#499698 (or 0x499698) is unknown color: approx Blue Chill. HEX triplet: 49, 96 and 98. RGB value is (73,150,152). Sum of RGB (Red+Green+Blue) = 73+150+152=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #499698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499698 is #B66967. Grayscale: #7F7F7F. Windows color (decimal): -11954536 or 9999945. OLE color: 9999945.

HSL color Cylindrical-coordinate representation of color #499698: hue angle of 181.52º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499698 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73150152-
CMYK0.520.0100.40
HSL181.52º35.11%44.12%-
HSV(B)181.52º51.97%59.61%-
XYZ19.3225.533.61-
YUV127.2141.9989.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=19.47%
G=40%
B=40.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731501520.520.0100.40181.5235.1144.12
Hex499698341028b6232c
Octal1112262306410502664354
Binary100100110010110100110001101001010100010110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499698; }

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

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

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

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

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

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

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

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