#48545D

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

Shades of San Juan #48545D

Tints of San Juan #48545D

Color information

#48545D (or 0x48545D) is unknown color: approx San Juan. HEX triplet: 48, 54 and 5D. RGB value is (72,84,93). Sum of RGB (Red+Green+Blue) = 72+84+93=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #48545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48545D is #B7ABA2. Grayscale: #515151. Windows color (decimal): -12037027 or 6116424. OLE color: 6116424.

HSL color Cylindrical-coordinate representation of color #48545D: hue angle of 205.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48545D is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB728493-
CMYK0.230.1000.64
HSL205.71º12.73%32.35%-
HSV(B)205.71º22.58%36.47%-
XYZ7.828.5111.59-
YUV81.44134.52121.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=28.92%
G=33.73%
B=37.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7284930.230.1000.64205.7112.7332.35
Hex48545D17A040ced20
Octal110124135271201003161540
Binary10010001010100101110110111101001000000110011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48545D; }

 p { color: rgb(72,84,93); }

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

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

 a { background-color: rgb(72,84,93); }

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

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

 span { border-color: rgb(72,84,93); }

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