Html Css Color HEX #49979C Half Baked

📋 copy color: '#49979C'

red 73 ◦ green 151 ◦ blue 156

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

Shades of Half Baked #49979C

Tints of Half Baked #49979C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.74%

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 19.21%
G = 39.74%
B = 41.05%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49979C (or 0x49979C) is known color: Half Baked. HEX triplet: 49, 97 and 9C. RGB value is (73,151,156). Sum of RGB (Red+Green+Blue) = 73+151+156=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #49979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49979C is #B66863. Grayscale: #808080. Windows color (decimal): -11954276 or 10262345. OLE color: 10262345.

HSL color Cylindrical-coordinate representation of color #49979C: hue angle of 183.61º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49979C is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 151 156 -
CMYK 0.53 0.03 0 0.39
HSL 183.61º 0.36% 0.45% -
HSV(B) 183.61º 0.53% 0.61% -
XYZ 19.82 25.95 35.42 -
YUV 128.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 73 151 156 0.53 0.03 0 0.39 183.61 0.36 0.45
Hex 49 97 9C 35 3 0 27 B8 24 2D
Octal 111 227 234 65 3 0 47 270 44 55
Binary 1001001 10010111 10011100 110101 11 0 100111 10111000 100100 101101

Color Harmonies of #49979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49979C

Black with #49979C

Text Example


Text Example

White with #49979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49979C; }

 p { color: rgb(73,151,156); }

 H1.HeaderClassName
 {
   color: #49979C;
 }
 .AnyTagClassName
 {
   color: #49979C;
 }
</style>

background-color css

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

 a { background-color: rgb(73,151,156); }

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

border-color css

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

 span { border-color: rgb(73,151,156); }

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