Html Css Color HEX #49525D Cello

📋 copy color: '#49525D'

red 73 ◦ green 82 ◦ blue 93

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

Shades of Cello #49525D

Tints of Cello #49525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 93 (36.72% from 255) = 37.5%

R = 29.44%
G = 33.06%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49525D (or 0x49525D) is known color: Cello. HEX triplet: 49, 52 and 5D. RGB value is (73,82,93). Sum of RGB (Red+Green+Blue) = 73+82+93=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #49525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49525D is #B6ADA2. Grayscale: #505050. Windows color (decimal): -11972003 or 6115913. OLE color: 6115913.

HSL color Cylindrical-coordinate representation of color #49525D: hue angle of 213º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49525D is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 82 93 -
CMYK 0.22 0.12 0 0.64
HSL 213º 0.12% 0.33% -
HSV(B) 213º 0.22% 0.36% -
XYZ 7.74 8.24 11.54 -
YUV 80.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 73 82 93 0.22 0.12 0 0.64 213 0.12 0.33
Hex 49 52 5D 16 C 0 40 D5 C 21
Octal 111 122 135 26 14 0 100 325 14 41
Binary 1001001 1010010 1011101 10110 1100 0 1000000 11010101 1100 100001

Color Harmonies of #49525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49525D

Black with #49525D

Text Example


Text Example

White with #49525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49525D; }

 p { color: rgb(73,82,93); }

 H1.HeaderClassName
 {
   color: #49525D;
 }
 .AnyTagClassName
 {
   color: #49525D;
 }
</style>

background-color css

<style>
 a { background-color: #49525D; }

 a { background-color: rgb(73,82,93); }

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

border-color css

<style>
 span { border-color: #49525D; }

 span { border-color: rgb(73,82,93); }

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