#48535C

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

Shades of San Juan #48535C

Tints of San Juan #48535C

Color information

#48535C (or 0x48535C) is unknown color: approx San Juan. HEX triplet: 48, 53 and 5C. RGB value is (72,83,92). Sum of RGB (Red+Green+Blue) = 72+83+92=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #48535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535C is #B7ACA3. Grayscale: #505050. Windows color (decimal): -12037284 or 6050632. OLE color: 6050632.

HSL color Cylindrical-coordinate representation of color #48535C: hue angle of 207º 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 #48535C is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB728392-
CMYK0.220.1000.64
HSL207º12.2%32.16%-
HSV(B)207º21.74%36.08%-
XYZ7.78.3411.33-
YUV80.74134.36121.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=29.15%
G=33.60%
B=37.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7283920.220.1000.6420712.232.16
Hex48535C16A040cfc20
Octal110123134261201003171440
Binary10010001010011101110010110101001000000110011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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