#475961

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

Shades of San Juan #475961

Tints of San Juan #475961

Color information

#475961 (or 0x475961) is unknown color: approx San Juan. HEX triplet: 47, 59 and 61. RGB value is (71,89,97). Sum of RGB (Red+Green+Blue) = 71+89+97=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #475961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475961 is #B8A69E. Grayscale: #545454. Windows color (decimal): -12101279 or 6379847. OLE color: 6379847.

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

Color convert

RGB718997-
CMYK0.270.0800.62
HSL198.46º15.48%32.94%-
HSV(B)198.46º26.8%38.04%-
XYZ8.339.3512.67-
YUV84.53135.04118.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=27.63%
G=34.63%
B=37.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7189970.270.0800.62198.4615.4832.94
Hex4759611B803Ec6f21
Octal10713114133100763061741
Binary1000111101100111000011101110000111110110001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475961; }

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

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

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

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

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

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

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

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