#475863

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

Shades of San Juan #475863

Tints of San Juan #475863

Color information

#475863 (or 0x475863) is unknown color: approx San Juan. HEX triplet: 47, 58 and 63. RGB value is (71,88,99). Sum of RGB (Red+Green+Blue) = 71+88+99=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #475863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475863 is #B8A79C. Grayscale: #545454. Windows color (decimal): -12101533 or 6510663. OLE color: 6510663.

HSL color Cylindrical-coordinate representation of color #475863: hue angle of 203.57º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475863 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB718899-
CMYK0.280.1100.61
HSL203.57º16.47%33.33%-
HSV(B)203.57º28.28%38.82%-
XYZ8.349.2213.14-
YUV84.17136.37118.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=27.52%
G=34.11%
B=38.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7188990.280.1100.61203.5716.4733.33
Hex4758631CB03Dcc1021
Octal10713014334130753142041
Binary10001111011000110001111100101101111011100110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475863; }

 p { color: rgb(71,88,99); }

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

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

 a { background-color: rgb(71,88,99); }

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

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

 span { border-color: rgb(71,88,99); }

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