Html Css Color HEX #47585B Casal

📋 copy color: '#47585B'

red 71 ◦ green 88 ◦ blue 91

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

Shades of Casal #47585B

Tints of Casal #47585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

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

R = 28.4%
G = 35.2%
B = 36.4%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47585B (or 0x47585B) is known color: Casal. HEX triplet: 47, 58 and 5B. RGB value is (71,88,91). Sum of RGB (Red+Green+Blue) = 71+88+91=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #47585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47585B is #B8A7A4. Grayscale: #535353. Windows color (decimal): -12101541 or 5986375. OLE color: 5986375.

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

Color convert

RGB 71 88 91 -
CMYK 0.22 0.03 0 0.64
HSL 189º 0.12% 0.32% -
HSV(B) 189º 0.22% 0.36% -
XYZ 7.98 9.07 11.23 -
YUV 83.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 71 88 91 0.22 0.03 0 0.64 189 0.12 0.32
Hex 47 58 5B 16 3 0 40 BD C 20
Octal 107 130 133 26 3 0 100 275 14 40
Binary 1000111 1011000 1011011 10110 11 0 1000000 10111101 1100 100000

Color Harmonies of #47585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47585B

Black with #47585B

Text Example


Text Example

White with #47585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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