#475763

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

Shades of San Juan #475763

Tints of San Juan #475763

Color information

#475763 (or 0x475763) is unknown color: approx San Juan. HEX triplet: 47, 57 and 63. RGB value is (71,87,99). Sum of RGB (Red+Green+Blue) = 71+87+99=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #475763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475763 is #B8A89C. Grayscale: #535353. Windows color (decimal): -12101789 or 6510407. OLE color: 6510407.

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

Color convert

RGB718799-
CMYK0.280.1200.61
HSL205.71º16.47%33.33%-
HSV(B)205.71º28.28%38.82%-
XYZ8.269.0613.12-
YUV83.58136.7119.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=27.63%
G=33.85%
B=38.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7187990.280.1200.61205.7116.4733.33
Hex4757631CC03Dce1021
Octal10712714334140753162041
Binary10001111010111110001111100110001111011100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475763; }

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

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

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

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

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

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

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

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