#485562

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

Shades of San Juan #485562

Tints of San Juan #485562

Color information

#485562 (or 0x485562) is unknown color: approx San Juan. HEX triplet: 48, 55 and 62. RGB value is (72,85,98). Sum of RGB (Red+Green+Blue) = 72+85+98=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #485562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485562 is #B7AA9D. Grayscale: #525252. Windows color (decimal): -12036766 or 6444360. OLE color: 6444360.

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

Color convert

RGB728598-
CMYK0.270.1300.62
HSL210º15.29%33.33%-
HSV(B)210º26.53%38.43%-
XYZ8.138.7612.82-
YUV82.6136.69120.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=28.24%
G=33.33%
B=38.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7285980.270.1300.6221015.2933.33
Hex4855621BD03Ed2f21
Octal11012514233150763221741
Binary1001000101010111000101101111010111110110100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485562; }

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

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

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

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

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

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

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

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