#485563

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

Shades of San Juan #485563

Tints of San Juan #485563

Color information

#485563 (or 0x485563) is unknown color: approx San Juan. HEX triplet: 48, 55 and 63. RGB value is (72,85,99). Sum of RGB (Red+Green+Blue) = 72+85+99=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #485563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485563 is #B7AA9C. Grayscale: #525252. Windows color (decimal): -12036765 or 6509896. OLE color: 6509896.

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

Color convert

RGB728599-
CMYK0.270.1400.61
HSL211.11º15.79%33.53%-
HSV(B)211.11º27.27%38.82%-
XYZ8.178.7813.07-
YUV82.71137.19120.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=28.12%
G=33.20%
B=38.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7285990.270.1400.61211.1115.7933.53
Hex4855631BE03Dd31022
Octal11012514333160753232042
Binary10010001010101110001111011111001111011101001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485563; }

 p { color: rgb(72,85,99); }

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

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

 a { background-color: rgb(72,85,99); }

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

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

 span { border-color: rgb(72,85,99); }

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