#475963

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

Shades of San Juan #475963

Tints of San Juan #475963

Color information

#475963 (or 0x475963) is unknown color: approx San Juan. HEX triplet: 47, 59 and 63. RGB value is (71,89,99). Sum of RGB (Red+Green+Blue) = 71+89+99=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #475963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475963 is #B8A69C. Grayscale: #545454. Windows color (decimal): -12101277 or 6510919. OLE color: 6510919.

HSL color Cylindrical-coordinate representation of color #475963: hue angle of 201.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475963 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB718999-
CMYK0.280.1000.61
HSL201.43º16.47%33.33%-
HSV(B)201.43º28.28%38.82%-
XYZ8.429.3913.17-
YUV84.76136.04118.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=27.41%
G=34.36%
B=38.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7189990.280.1000.61201.4316.4733.33
Hex4759631CA03Dc91021
Octal10713114334120753112041
Binary10001111011001110001111100101001111011100100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475963; }

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

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

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

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

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

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

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

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