#475960

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

Shades of San Juan #475960

Tints of San Juan #475960

Color information

#475960 (or 0x475960) is unknown color: approx San Juan. HEX triplet: 47, 59 and 60. RGB value is (71,89,96). Sum of RGB (Red+Green+Blue) = 71+89+96=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #475960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475960 is #B8A69F. Grayscale: #545454. Windows color (decimal): -12101280 or 6314311. OLE color: 6314311.

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

Color convert

RGB718996-
CMYK0.260.0700.62
HSL196.8º14.97%32.75%-
HSV(B)196.8º26.04%37.65%-
XYZ8.289.3312.43-
YUV84.42134.54118.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=27.73%
G=34.77%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7189960.260.0700.62196.814.9732.75
Hex4759601A703Ec5f21
Octal1071311403270763051741
Binary100011110110011100000110101110111110110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475960; }

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

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

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

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

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

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

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

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