#499598

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

Shades of Blue Chill #499598

Tints of Blue Chill #499598

Color information

#499598 (or 0x499598) is unknown color: approx Blue Chill. HEX triplet: 49, 95 and 98. RGB value is (73,149,152). Sum of RGB (Red+Green+Blue) = 73+149+152=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #499598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499598 is #B66A67. Grayscale: #7E7E7E. Windows color (decimal): -11954792 or 9999689. OLE color: 9999689.

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

Color convert

RGB73149152-
CMYK0.520.0200.40
HSL182.28º35.11%44.12%-
HSV(B)182.28º51.97%59.61%-
XYZ19.1625.1833.56-
YUV126.62142.3289.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=19.52%
G=39.84%
B=40.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731491520.520.0200.40182.2835.1144.12
Hex499598342028b6232c
Octal1112252306420502664354
Binary1001001100101011001100011010010010100010110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499598; }

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

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

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

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

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

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

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

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