#485560

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

Shades of San Juan #485560

Tints of San Juan #485560

Color information

#485560 (or 0x485560) is unknown color: approx San Juan. HEX triplet: 48, 55 and 60. RGB value is (72,85,96). Sum of RGB (Red+Green+Blue) = 72+85+96=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #485560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485560 is #B7AA9F. Grayscale: #525252. Windows color (decimal): -12036768 or 6313288. OLE color: 6313288.

HSL color Cylindrical-coordinate representation of color #485560: hue angle of 207.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485560 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB728596-
CMYK0.250.1100.62
HSL207.5º14.29%32.94%-
HSV(B)207.5º25%37.65%-
XYZ8.038.7212.33-
YUV82.37135.69120.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=28.46%
G=33.60%
B=37.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7285960.250.1100.62207.514.2932.94
Hex48556019B03Ed0e21
Octal11012514031130763201641
Binary1001000101010111000001100110110111110110100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485560; }

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

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

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

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

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

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

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

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