Html Css Color HEX #47545D San Juan

📋 copy color: '#47545D'

red 71 ◦ green 84 ◦ blue 93

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

Shades of San Juan #47545D

Tints of San Juan #47545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.87%

 BLUE value IS 93 (36.72% from 255) = 37.5%

R = 28.63%
G = 33.87%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47545D (or 0x47545D) is known color: San Juan. HEX triplet: 47, 54 and 5D. RGB value is (71,84,93). Sum of RGB (Red+Green+Blue) = 71+84+93=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #47545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47545D is #B8ABA2. Grayscale: #515151. Windows color (decimal): -12102563 or 6116423. OLE color: 6116423.

HSL color Cylindrical-coordinate representation of color #47545D: hue angle of 204.55º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47545D is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 84 93 -
CMYK 0.24 0.10 0 0.64
HSL 204.55º 0.13% 0.32% -
HSV(B) 204.55º 0.24% 0.36% -
XYZ 7.74 8.47 11.58 -
YUV 81.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 71 84 93 0.24 0.10 0 0.64 204.55 0.13 0.32
Hex 47 54 5D 18 A 0 40 CD D 20
Octal 107 124 135 30 12 0 100 315 15 40
Binary 1000111 1010100 1011101 11000 1010 0 1000000 11001101 1101 100000

Color Harmonies of #47545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47545D

Black with #47545D

Text Example


Text Example

White with #47545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47545D; }

 p { color: rgb(71,84,93); }

 H1.HeaderClassName
 {
   color: #47545D;
 }
 .AnyTagClassName
 {
   color: #47545D;
 }
</style>

background-color css

<style>
 a { background-color: #47545D; }

 a { background-color: rgb(71,84,93); }

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

border-color css

<style>
 span { border-color: #47545D; }

 span { border-color: rgb(71,84,93); }

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