Html Css Color HEX #47505B Cello

📋 copy color: '#47505B'

red 71 ◦ green 80 ◦ blue 91

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

Shades of Cello #47505B

Tints of Cello #47505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 29.34%
G = 33.06%
B = 37.6%

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

#47505B (or 0x47505B) is known color: Cello. HEX triplet: 47, 50 and 5B. RGB value is (71,80,91). Sum of RGB (Red+Green+Blue) = 71+80+91=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #47505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47505B is #B8AFA4. Grayscale: #4E4E4E. Windows color (decimal): -12103589 or 5984327. OLE color: 5984327.

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

Color convert

RGB 71 80 91 -
CMYK 0.22 0.12 0 0.64
HSL 213º 0.12% 0.32% -
HSV(B) 213º 0.22% 0.36% -
XYZ 7.36 7.83 11.02 -
YUV 78.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 71 80 91 0.22 0.12 0 0.64 213 0.12 0.32
Hex 47 50 5B 16 C 0 40 D5 C 20
Octal 107 120 133 26 14 0 100 325 14 40
Binary 1000111 1010000 1011011 10110 1100 0 1000000 11010101 1100 100000

Color Harmonies of #47505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47505B

Black with #47505B

Text Example


Text Example

White with #47505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47505B; }

 p { color: rgb(71,80,91); }

 H1.HeaderClassName
 {
   color: #47505B;
 }
 .AnyTagClassName
 {
   color: #47505B;
 }
</style>

background-color css

<style>
 a { background-color: #47505B; }

 a { background-color: rgb(71,80,91); }

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

border-color css

<style>
 span { border-color: #47505B; }

 span { border-color: rgb(71,80,91); }

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