#475560

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

Shades of San Juan #475560

Tints of San Juan #475560

Color information

#475560 (or 0x475560) is unknown color: approx San Juan. HEX triplet: 47, 55 and 60. RGB value is (71,85,96). Sum of RGB (Red+Green+Blue) = 71+85+96=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #475560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475560 is #B8AA9F. Grayscale: #525252. Windows color (decimal): -12102304 or 6313287. OLE color: 6313287.

HSL color Cylindrical-coordinate representation of color #475560: hue angle of 206.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #475560 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB718596-
CMYK0.260.1100.62
HSL206.4º14.97%32.75%-
HSV(B)206.4º26.04%37.65%-
XYZ7.968.6812.32-
YUV82.07135.86120.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=28.17%
G=33.73%
B=38.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7185960.260.1100.62206.414.9732.75
Hex4755601AB03Ecef21
Octal10712514032130763161741
Binary1000111101010111000001101010110111110110011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475560; }

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

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

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

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

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

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

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

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