#48545C

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

Shades of San Juan #48545C

Tints of San Juan #48545C

Color information

#48545C (or 0x48545C) is unknown color: approx San Juan. HEX triplet: 48, 54 and 5C. RGB value is (72,84,92). Sum of RGB (Red+Green+Blue) = 72+84+92=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #48545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48545C is #B7ABA3. Grayscale: #515151. Windows color (decimal): -12037028 or 6050888. OLE color: 6050888.

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

Color convert

RGB728492-
CMYK0.220.0900.64
HSL204º12.2%32.16%-
HSV(B)204º21.74%36.08%-
XYZ7.778.4911.35-
YUV81.32134.02121.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=29.03%
G=33.87%
B=37.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7284920.220.0900.6420412.232.16
Hex48545C169040ccc20
Octal110124134261101003141440
Binary10010001010100101110010110100101000000110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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