Html Css Color HEX #47515A Cello

📋 copy color: '#47515A'

red 71 ◦ green 81 ◦ blue 90

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

Shades of Cello #47515A

Tints of Cello #47515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 29.34%
G = 33.47%
B = 37.19%

CMYK

 C value IS 0.21

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47515A (or 0x47515A) is known color: Cello. HEX triplet: 47, 51 and 5A. RGB value is (71,81,90). Sum of RGB (Red+Green+Blue) = 71+81+90=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #47515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47515A is #B8AEA5. Grayscale: #4E4E4E. Windows color (decimal): -12103334 or 5919047. OLE color: 5919047.

HSL color Cylindrical-coordinate representation of color #47515A: hue angle of 208.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47515A is Cyan = 0.21, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 81 90 -
CMYK 0.21 0.1 0 0.65
HSL 208.42º 0.12% 0.32% -
HSV(B) 208.42º 0.21% 0.35% -
XYZ 7.39 7.96 10.82 -
YUV 79.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 71 81 90 0.21 0.1 0 0.65 208.42 0.12 0.32
Hex 47 51 5A 15 A 0 41 D0 C 20
Octal 107 121 132 25 12 0 101 320 14 40
Binary 1000111 1010001 1011010 10101 1010 0 1000001 11010000 1100 100000

Color Harmonies of #47515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47515A

Black with #47515A

Text Example


Text Example

White with #47515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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