Html Css Color HEX #47575B Casal

📋 copy color: '#47575B'

red 71 ◦ green 87 ◦ blue 91

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

Shades of Casal #47575B

Tints of Casal #47575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

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

R = 28.51%
G = 34.94%
B = 36.55%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47575B (or 0x47575B) is known color: Casal. HEX triplet: 47, 57 and 5B. RGB value is (71,87,91). Sum of RGB (Red+Green+Blue) = 71+87+91=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #47575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47575B is #B8A8A4. Grayscale: #525252. Windows color (decimal): -12101797 or 5986119. OLE color: 5986119.

HSL color Cylindrical-coordinate representation of color #47575B: hue angle of 192º 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 #47575B is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 87 91 -
CMYK 0.22 0.04 0 0.64
HSL 192º 0.12% 0.32% -
HSV(B) 192º 0.22% 0.36% -
XYZ 7.9 8.91 11.2 -
YUV 82.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 71 87 91 0.22 0.04 0 0.64 192 0.12 0.32
Hex 47 57 5B 16 4 0 40 C0 C 20
Octal 107 127 133 26 4 0 100 300 14 40
Binary 1000111 1010111 1011011 10110 100 0 1000000 11000000 1100 100000

Color Harmonies of #47575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47575B

Black with #47575B

Text Example


Text Example

White with #47575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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