Html Css Color HEX #499399 Half Baked

📋 copy color: '#499399'

red 73 ◦ green 147 ◦ blue 153

#499399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #499399

Tints of Half Baked #499399

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 value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#499399 (or 0x499399) is known color: 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

RGB 73 147 153 -
CMYK 0.52 0.04 0 0.4
HSL 184.5º 0.35% 0.44% -
HSV(B) 184.5º 0.52% 0.6% -
XYZ 18.93 24.58 33.88 -
YUV 125.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 73 147 153 0.52 0.04 0 0.4 184.5 0.35 0.44
Hex 49 93 99 34 4 0 28 B8 23 2C
Octal 111 223 231 64 4 0 50 270 43 54
Binary 1001001 10010011 10011001 110100 100 0 101000 10111000 100011 101100

Color Harmonies of #499399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499399

Black with #499399

Text Example


Text Example

White with #499399

Text Example


Text Example

HTML Codes & Css Web 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>