#47565E

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

Shades of San Juan #47565E

Tints of San Juan #47565E

Color information

#47565E (or 0x47565E) is unknown color: approx San Juan. HEX triplet: 47, 56 and 5E. RGB value is (71,86,94). Sum of RGB (Red+Green+Blue) = 71+86+94=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #47565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47565E is #B8A9A1. Grayscale: #525252. Windows color (decimal): -12102050 or 6182471. OLE color: 6182471.

HSL color Cylindrical-coordinate representation of color #47565E: hue angle of 200.87º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47565E is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB718694-
CMYK0.240.0900.63
HSL200.87º13.94%32.35%-
HSV(B)200.87º24.47%36.86%-
XYZ7.958.811.87-
YUV82.43134.53119.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=28.29%
G=34.26%
B=37.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7186940.240.0900.63200.8713.9432.35
Hex47565E18903Fc9e20
Octal10712613630110773111640
Binary1000111101011010111101100010010111111110010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47565E; }

 p { color: rgb(71,86,94); }

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

<style>
 a { background-color: #47565E; }

 a { background-color: rgb(71,86,94); }

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

<style>
 span { border-color: #47565E; }

 span { border-color: rgb(71,86,94); }

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