#475A61

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

Shades of San Juan #475A61

Tints of San Juan #475A61

Color information

#475A61 (or 0x475A61) is unknown color: approx San Juan. HEX triplet: 47, 5A and 61. RGB value is (71,90,97). Sum of RGB (Red+Green+Blue) = 71+90+97=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #475A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A61 is #B8A59E. Grayscale: #555555. Windows color (decimal): -12101023 or 6380103. OLE color: 6380103.

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

Color convert

RGB719097-
CMYK0.270.0700.62
HSL196.15º15.48%32.94%-
HSV(B)196.15º26.8%38.04%-
XYZ8.419.5112.7-
YUV85.12134.71117.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=27.52%
G=34.88%
B=37.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7190970.270.0700.62196.1515.4832.94
Hex475A611B703Ec4f21
Octal1071321413370763041741
Binary100011110110101100001110111110111110110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A61; }

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

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

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

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

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

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

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

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