#48565F

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

Shades of San Juan #48565F

Tints of San Juan #48565F

Color information

#48565F (or 0x48565F) is unknown color: approx San Juan. HEX triplet: 48, 56 and 5F. RGB value is (72,86,95). Sum of RGB (Red+Green+Blue) = 72+86+95=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #48565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48565F is #B7A9A0. Grayscale: #525252. Windows color (decimal): -12036513 or 6248008. OLE color: 6248008.

HSL color Cylindrical-coordinate representation of color #48565F: hue angle of 203.48º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48565F is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728695-
CMYK0.240.0900.63
HSL203.48º13.77%32.75%-
HSV(B)203.48º24.21%37.25%-
XYZ8.078.8612.11-
YUV82.84134.86120.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=28.46%
G=33.99%
B=37.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7286950.240.0900.63203.4813.7732.75
Hex48565F18903Fcbe21
Octal11012613730110773131641
Binary1001000101011010111111100010010111111110010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48565F; }

 p { color: rgb(72,86,95); }

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

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

 a { background-color: rgb(72,86,95); }

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

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

 span { border-color: rgb(72,86,95); }

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