#475760

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

Shades of San Juan #475760

Tints of San Juan #475760

Color information

#475760 (or 0x475760) is unknown color: approx San Juan. HEX triplet: 47, 57 and 60. RGB value is (71,87,96). Sum of RGB (Red+Green+Blue) = 71+87+96=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #475760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475760 is #B8A89F. Grayscale: #535353. Windows color (decimal): -12101792 or 6313799. OLE color: 6313799.

HSL color Cylindrical-coordinate representation of color #475760: hue angle of 201.6º 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 #475760 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB718796-
CMYK0.260.0900.62
HSL201.6º14.97%32.75%-
HSV(B)201.6º26.04%37.65%-
XYZ8.12912.38-
YUV83.24135.2119.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=27.95%
G=34.25%
B=37.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7187960.260.0900.62201.614.9732.75
Hex4757601A903Ecaf21
Octal10712714032110763121741
Binary1000111101011111000001101010010111110110010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475760; }

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

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

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

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

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

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

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

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