Html Css Color HEX #49959B Half Baked

📋 copy color: '#49959B'

red 73 ◦ green 149 ◦ blue 155

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

Shades of Half Baked #49959B

Tints of Half Baked #49959B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 19.36%
G = 39.52%
B = 41.11%

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

#49959B (or 0x49959B) is known color: Half Baked. HEX triplet: 49, 95 and 9B. RGB value is (73,149,155). Sum of RGB (Red+Green+Blue) = 73+149+155=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #49959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49959B is #B66A64. Grayscale: #7E7E7E. Windows color (decimal): -11954789 or 10196297. OLE color: 10196297.

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

Color convert

RGB 73 149 155 -
CMYK 0.53 0.04 0 0.39
HSL 184.39º 0.36% 0.45% -
HSV(B) 184.39º 0.53% 0.61% -
XYZ 19.41 25.28 34.87 -
YUV 126.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 73 149 155 0.53 0.04 0 0.39 184.39 0.36 0.45
Hex 49 95 9B 35 4 0 27 B8 24 2D
Octal 111 225 233 65 4 0 47 270 44 55
Binary 1001001 10010101 10011011 110101 100 0 100111 10111000 100100 101101

Color Harmonies of #49959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49959B

Black with #49959B

Text Example


Text Example

White with #49959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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