Html Css Color HEX #49949A Half Baked

📋 copy color: '#49949A'

red 73 ◦ green 148 ◦ blue 154

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

Shades of Half Baked #49949A

Tints of Half Baked #49949A

RGB

 RED value IS 73 (28.91% from 255) = 19.47%

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 19.47%
G = 39.47%
B = 41.07%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49949A (or 0x49949A) is known color: Half Baked. HEX triplet: 49, 94 and 9A. RGB value is (73,148,154). Sum of RGB (Red+Green+Blue) = 73+148+154=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #49949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49949A is #B66B65. Grayscale: #7E7E7E. Windows color (decimal): -11955046 or 10130505. OLE color: 10130505.

HSL color Cylindrical-coordinate representation of color #49949A: hue angle of 184.44º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49949A is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 148 154 -
CMYK 0.53 0.04 0 0.40
HSL 184.44º 0.36% 0.45% -
HSV(B) 184.44º 0.53% 0.6% -
XYZ 19.17 24.93 34.37 -
YUV 126.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 73 148 154 0.53 0.04 0 0.40 184.44 0.36 0.45
Hex 49 94 9A 35 4 0 28 B8 24 2D
Octal 111 224 232 65 4 0 50 270 44 55
Binary 1001001 10010100 10011010 110101 100 0 101000 10111000 100100 101101

Color Harmonies of #49949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49949A

Black with #49949A

Text Example


Text Example

White with #49949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49949A; }

 p { color: rgb(73,148,154); }

 H1.HeaderClassName
 {
   color: #49949A;
 }
 .AnyTagClassName
 {
   color: #49949A;
 }
</style>

background-color css

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

 a { background-color: rgb(73,148,154); }

 div.DivClassName
 {
   background-color: #49949A;
 }
 .BgClassName
 {
   background-color: #49949A;
 }
</style>

border-color css

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

 span { border-color: rgb(73,148,154); }

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