#48545B

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

Shades of San Juan #48545B

Tints of San Juan #48545B

Color information

#48545B (or 0x48545B) is unknown color: approx San Juan. HEX triplet: 48, 54 and 5B. RGB value is (72,84,91). Sum of RGB (Red+Green+Blue) = 72+84+91=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #48545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48545B is #B7ABA4. Grayscale: #515151. Windows color (decimal): -12037029 or 5985352. OLE color: 5985352.

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

Color convert

RGB728491-
CMYK0.210.0800.64
HSL202.11º11.66%31.96%-
HSV(B)202.11º20.88%35.69%-
XYZ7.738.4711.13-
YUV81.21133.52121.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=29.15%
G=34.01%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7284910.210.0800.64202.1111.6631.96
Hex48545B158040cac20
Octal110124133251001003121440
Binary10010001010100101101110101100001000000110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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