Html Css Color HEX #47515C Cello

📋 copy color: '#47515C'

red 71 ◦ green 81 ◦ blue 92

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

Shades of Cello #47515C

Tints of Cello #47515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 29.1%
G = 33.2%
B = 37.7%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47515C (or 0x47515C) is known color: Cello. HEX triplet: 47, 51 and 5C. RGB value is (71,81,92). Sum of RGB (Red+Green+Blue) = 71+81+92=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #47515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47515C is #B8AEA3. Grayscale: #4F4F4F. Windows color (decimal): -12103332 or 6050119. OLE color: 6050119.

HSL color Cylindrical-coordinate representation of color #47515C: hue angle of 211.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47515C is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 81 92 -
CMYK 0.23 0.12 0 0.64
HSL 211.43º 0.13% 0.32% -
HSV(B) 211.43º 0.23% 0.36% -
XYZ 7.47 8 11.27 -
YUV 79.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 71 81 92 0.23 0.12 0 0.64 211.43 0.13 0.32
Hex 47 51 5C 17 C 0 40 D3 D 20
Octal 107 121 134 27 14 0 100 323 15 40
Binary 1000111 1010001 1011100 10111 1100 0 1000000 11010011 1101 100000

Color Harmonies of #47515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47515C

Black with #47515C

Text Example


Text Example

White with #47515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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