#475564

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

Shades of San Juan #475564

Tints of San Juan #475564

Color information

#475564 (or 0x475564) is unknown color: approx San Juan. HEX triplet: 47, 55 and 64. RGB value is (71,85,100). Sum of RGB (Red+Green+Blue) = 71+85+100=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 100 - color contains mainly: blue. Hex color #475564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475564 is #B8AA9B. Grayscale: #525252. Windows color (decimal): -12102300 or 6575431. OLE color: 6575431.

HSL color Cylindrical-coordinate representation of color #475564: hue angle of 211.03º 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 #475564 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7185100-
CMYK0.290.1500.61
HSL211.03º16.96%33.53%-
HSV(B)211.03º29%39.22%-
XYZ8.158.7613.32-
YUV82.52137.86119.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=27.73%
G=33.20%
B=39.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71851000.290.1500.61211.0316.9633.53
Hex4755641DF03Dd31122
Octal10712514435170753232142
Binary10001111010101110010011101111101111011101001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475564; }

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

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

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

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

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

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

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

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