#499399

Color #499399 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #499399

Tints of Half Baked #499399

Color information

#499399 (or 0x499399) is unknown color: approx Half Baked. HEX triplet: 49, 93 and 99. RGB value is (73,147,153). Sum of RGB (Red+Green+Blue) = 73+147+153=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #499399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499399 is #B66C66. Grayscale: #7D7D7D. Windows color (decimal): -11955303 or 10064713. OLE color: 10064713.

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

Color convert

RGB73147153-
CMYK0.520.0400.4
HSL184.5º35.4%44.31%-
HSV(B)184.5º52.29%60%-
XYZ18.9324.5833.88-
YUV125.56143.4890.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=19.57%
G=39.41%
B=41.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731471530.520.0400.4184.535.444.31
Hex499399344028b8232c
Octal1112232316440502704354
Binary10010011001001110011001110100100010100010111000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499399; }

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

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

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

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

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

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

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

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