#499998

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

Shades of Blue Chill #499998

Tints of Blue Chill #499998

Color information

#499998 (or 0x499998) is unknown color: approx Blue Chill. HEX triplet: 49, 99 and 98. RGB value is (73,153,152). Sum of RGB (Red+Green+Blue) = 73+153+152=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #499998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499998 is #B66667. Grayscale: #808080. Windows color (decimal): -11953768 or 10000713. OLE color: 10000713.

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

Color convert

RGB73153152-
CMYK0.5200.010.4
HSL179.25º35.4%44.31%-
HSV(B)179.25º52.29%60%-
XYZ19.8126.4733.77-
YUV128.9714188.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=19.31%
G=40.48%
B=40.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731531520.5200.010.4179.2535.444.31
Hex499998340128b3232c
Octal1112312306401502634354
Binary100100110011001100110001101000110100010110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499998; }

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

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

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

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

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

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

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

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