#47555C

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

Shades of San Juan #47555C

Tints of San Juan #47555C

Color information

#47555C (or 0x47555C) is unknown color: approx San Juan. HEX triplet: 47, 55 and 5C. RGB value is (71,85,92). Sum of RGB (Red+Green+Blue) = 71+85+92=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #47555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555C is #B8AAA3. Grayscale: #515151. Windows color (decimal): -12102308 or 6051143. OLE color: 6051143.

HSL color Cylindrical-coordinate representation of color #47555C: hue angle of 200º 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 #47555C is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB718592-
CMYK0.230.0800.64
HSL200º12.88%31.96%-
HSV(B)200º22.83%36.08%-
XYZ7.788.6111.38-
YUV81.61133.86120.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=28.63%
G=34.27%
B=37.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7185920.230.0800.6420012.8831.96
Hex47555C178040c8d20
Octal107125134271001003101540
Binary10001111010101101110010111100001000000110010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47555C;
 }
 .AnyTagClassName
 {
   color: #47555C;
 }
</style>
background-color css

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

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

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

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

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

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