#48545F

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

Shades of San Juan #48545F

Tints of San Juan #48545F

Color information

#48545F (or 0x48545F) is unknown color: approx San Juan. HEX triplet: 48, 54 and 5F. RGB value is (72,84,95). Sum of RGB (Red+Green+Blue) = 72+84+95=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #48545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48545F is #B7ABA0. Grayscale: #515151. Windows color (decimal): -12037025 or 6247496. OLE color: 6247496.

HSL color Cylindrical-coordinate representation of color #48545F: hue angle of 208.7º 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 #48545F is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728495-
CMYK0.240.1200.63
HSL208.7º13.77%32.75%-
HSV(B)208.7º24.21%37.25%-
XYZ7.918.5412.06-
YUV81.67135.52121.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=28.69%
G=33.47%
B=37.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7284950.240.1200.63208.713.7732.75
Hex48545F18C03Fd1e21
Octal11012413730140773211641
Binary1001000101010010111111100011000111111110100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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