#47555D

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

Shades of San Juan #47555D

Tints of San Juan #47555D

Color information

#47555D (or 0x47555D) is unknown color: approx San Juan. HEX triplet: 47, 55 and 5D. RGB value is (71,85,93). Sum of RGB (Red+Green+Blue) = 71+85+93=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #47555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555D is #B8AAA2. Grayscale: #515151. Windows color (decimal): -12102307 or 6116679. OLE color: 6116679.

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

Color convert

RGB718593-
CMYK0.240.0900.64
HSL201.82º13.41%32.16%-
HSV(B)201.82º23.66%36.47%-
XYZ7.828.6311.61-
YUV81.73134.36120.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=28.51%
G=34.14%
B=37.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7185930.240.0900.64201.8213.4132.16
Hex47555D189040cad20
Octal107125135301101003121540
Binary10001111010101101110111000100101000000110010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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