#475664

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

Shades of San Juan #475664

Tints of San Juan #475664

Color information

#475664 (or 0x475664) is unknown color: approx San Juan. HEX triplet: 47, 56 and 64. RGB value is (71,86,100). Sum of RGB (Red+Green+Blue) = 71+86+100=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 100 - color contains mainly: blue. Hex color #475664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475664 is #B8A99B. Grayscale: #535353. Windows color (decimal): -12102044 or 6575687. OLE color: 6575687.

HSL color Cylindrical-coordinate representation of color #475664: hue angle of 208.97º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475664 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7186100-
CMYK0.290.1400.61
HSL208.97º16.96%33.53%-
HSV(B)208.97º29%39.22%-
XYZ8.238.9213.34-
YUV83.11137.53119.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=27.63%
G=33.46%
B=38.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71861000.290.1400.61208.9716.9633.53
Hex4756641DE03Dd11122
Octal10712614435160753212142
Binary10001111010110110010011101111001111011101000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475664; }

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

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

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

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

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

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

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

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