#475661

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

Shades of San Juan #475661

Tints of San Juan #475661

Color information

#475661 (or 0x475661) is unknown color: approx San Juan. HEX triplet: 47, 56 and 61. RGB value is (71,86,97). Sum of RGB (Red+Green+Blue) = 71+86+97=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #475661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475661 is #B8A99E. Grayscale: #525252. Windows color (decimal): -12102047 or 6379079. OLE color: 6379079.

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

Color convert

RGB718697-
CMYK0.270.1100.62
HSL205.38º15.48%32.94%-
HSV(B)205.38º26.8%38.04%-
XYZ8.088.8612.59-
YUV82.77136.03119.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=27.95%
G=33.86%
B=38.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7186970.270.1100.62205.3815.4832.94
Hex4756611BB03Ecdf21
Octal10712614133130763151741
Binary1000111101011011000011101110110111110110011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475661; }

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

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

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

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

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

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

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

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