Html Css Color HEX #47585A Casal

📋 copy color: '#47585A'

red 71 ◦ green 88 ◦ blue 90

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

Shades of Casal #47585A

Tints of Casal #47585A

RGB

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

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

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

R = 28.51%
G = 35.34%
B = 36.14%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47585A (or 0x47585A) is known color: Casal. HEX triplet: 47, 58 and 5A. RGB value is (71,88,90). Sum of RGB (Red+Green+Blue) = 71+88+90=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #47585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47585A is #B8A7A5. Grayscale: #535353. Windows color (decimal): -12101542 or 5920839. OLE color: 5920839.

HSL color Cylindrical-coordinate representation of color #47585A: hue angle of 186.32º 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 #47585A is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 90 -
CMYK 0.21 0.02 0 0.65
HSL 186.32º 0.12% 0.32% -
HSV(B) 186.32º 0.21% 0.35% -
XYZ 7.93 9.06 11 -
YUV 83.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 71 88 90 0.21 0.02 0 0.65 186.32 0.12 0.32
Hex 47 58 5A 15 2 0 41 BA C 20
Octal 107 130 132 25 2 0 101 272 14 40
Binary 1000111 1011000 1011010 10101 10 0 1000001 10111010 1100 100000

Color Harmonies of #47585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47585A

Black with #47585A

Text Example


Text Example

White with #47585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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