#47535C

Color #47535C San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #47535C

Tints of San Juan #47535C

Color information

#47535C (or 0x47535C) is unknown color: approx 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

RGB718392-
CMYK0.230.1000.64
HSL205.71º12.88%31.96%-
HSV(B)205.71º22.83%36.08%-
XYZ7.628.311.33-
YUV80.44134.52121.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=28.86%
G=33.74%
B=37.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7183920.230.1000.64205.7112.8831.96
Hex47535C17A040ced20
Octal107123134271201003161540
Binary10001111010011101110010111101001000000110011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>