Html Css Color HEX #47535C San Juan

📋 copy color: '#47535C'

red 71 ◦ green 83 ◦ blue 92

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

Shades of San Juan #47535C

Tints of San Juan #47535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 28.86%
G = 33.74%
B = 37.4%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47535C (or 0x47535C) is known color: San Juan. HEX triplet: 47, 53 and 5C. RGB value is (71,83,92). Sum of RGB (Red+Green+Blue) = 71+83+92=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #47535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47535C is #B8ACA3. Grayscale: #505050. Windows color (decimal): -12102820 or 6050631. OLE color: 6050631.

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

Color convert

RGB 71 83 92 -
CMYK 0.23 0.10 0 0.64
HSL 205.71º 0.13% 0.32% -
HSV(B) 205.71º 0.23% 0.36% -
XYZ 7.62 8.3 11.33 -
YUV 80.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 71 83 92 0.23 0.10 0 0.64 205.71 0.13 0.32
Hex 47 53 5C 17 A 0 40 CE D 20
Octal 107 123 134 27 12 0 100 316 15 40
Binary 1000111 1010011 1011100 10111 1010 0 1000000 11001110 1101 100000

Color Harmonies of #47535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47535C

Black with #47535C

Text Example


Text Example

White with #47535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47535C; }

 p { color: rgb(71,83,92); }

 H1.HeaderClassName
 {
   color: #47535C;
 }
 .AnyTagClassName
 {
   color: #47535C;
 }
</style>

background-color css

<style>
 a { background-color: #47535C; }

 a { background-color: rgb(71,83,92); }

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

border-color css

<style>
 span { border-color: #47535C; }

 span { border-color: rgb(71,83,92); }

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