Html Css Color HEX #47515F Cello

📋 copy color: '#47515F'

red 71 ◦ green 81 ◦ blue 95

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

Shades of Cello #47515F

Tints of Cello #47515F

RGB

 RED value IS 71 (28.13% from 255) = 28.74%

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 28.74%
G = 32.79%
B = 38.46%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47515F (or 0x47515F) is known color: Cello. HEX triplet: 47, 51 and 5F. RGB value is (71,81,95). Sum of RGB (Red+Green+Blue) = 71+81+95=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #47515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47515F is #B8AEA0. Grayscale: #4F4F4F. Windows color (decimal): -12103329 or 6246727. OLE color: 6246727.

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

Color convert

RGB 71 81 95 -
CMYK 0.25 0.15 0 0.63
HSL 215º 0.14% 0.33% -
HSV(B) 215º 0.25% 0.37% -
XYZ 7.61 8.05 11.98 -
YUV 79.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 71 81 95 0.25 0.15 0 0.63 215 0.14 0.33
Hex 47 51 5F 19 F 0 3F D7 E 21
Octal 107 121 137 31 17 0 77 327 16 41
Binary 1000111 1010001 1011111 11001 1111 0 111111 11010111 1110 100001

Color Harmonies of #47515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47515F

Black with #47515F

Text Example


Text Example

White with #47515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,81,95); }

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

background-color css

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

 a { background-color: rgb(71,81,95); }

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

border-color css

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

 span { border-color: rgb(71,81,95); }

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