Html Css Color HEX #49959C Half Baked

📋 copy color: '#49959C'

red 73 ◦ green 149 ◦ blue 156

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

Shades of Half Baked #49959C

Tints of Half Baked #49959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 19.31%
G = 39.42%
B = 41.27%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49959C (or 0x49959C) is known color: Half Baked. HEX triplet: 49, 95 and 9C. RGB value is (73,149,156). Sum of RGB (Red+Green+Blue) = 73+149+156=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #49959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49959C is #B66A63. Grayscale: #7E7E7E. Windows color (decimal): -11954788 or 10261833. OLE color: 10261833.

HSL color Cylindrical-coordinate representation of color #49959C: hue angle of 185.06º 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 #49959C is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 149 156 -
CMYK 0.53 0.04 0 0.39
HSL 185.06º 0.36% 0.45% -
HSV(B) 185.06º 0.53% 0.61% -
XYZ 19.5 25.31 35.31 -
YUV 127.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 73 149 156 0.53 0.04 0 0.39 185.06 0.36 0.45
Hex 49 95 9C 35 4 0 27 B9 24 2D
Octal 111 225 234 65 4 0 47 271 44 55
Binary 1001001 10010101 10011100 110101 100 0 100111 10111001 100100 101101

Color Harmonies of #49959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49959C

Black with #49959C

Text Example


Text Example

White with #49959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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