Html Css Color HEX #49535F Cello

📋 copy color: '#49535F'

red 73 ◦ green 83 ◦ blue 95

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

Shades of Cello #49535F

Tints of Cello #49535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 29.08%
G = 33.07%
B = 37.85%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49535F (or 0x49535F) is known color: Cello. HEX triplet: 49, 53 and 5F. RGB value is (73,83,95). Sum of RGB (Red+Green+Blue) = 73+83+95=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #49535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535F is #B6ACA0. Grayscale: #515151. Windows color (decimal): -11971745 or 6247241. OLE color: 6247241.

HSL color Cylindrical-coordinate representation of color #49535F: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49535F is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 83 95 -
CMYK 0.23 0.13 0 0.63
HSL 212.73º 0.13% 0.33% -
HSV(B) 212.73º 0.23% 0.37% -
XYZ 7.91 8.43 12.04 -
YUV 81.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 73 83 95 0.23 0.13 0 0.63 212.73 0.13 0.33
Hex 49 53 5F 17 D 0 3F D5 D 21
Octal 111 123 137 27 15 0 77 325 15 41
Binary 1001001 1010011 1011111 10111 1101 0 111111 11010101 1101 100001

Color Harmonies of #49535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49535F

Black with #49535F

Text Example


Text Example

White with #49535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49535F; }

 p { color: rgb(73,83,95); }

 H1.HeaderClassName
 {
   color: #49535F;
 }
 .AnyTagClassName
 {
   color: #49535F;
 }
</style>

background-color css

<style>
 a { background-color: #49535F; }

 a { background-color: rgb(73,83,95); }

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

border-color css

<style>
 span { border-color: #49535F; }

 span { border-color: rgb(73,83,95); }

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