#48535B

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

Shades of San Juan #48535B

Tints of San Juan #48535B

Color information

#48535B (or 0x48535B) is unknown color: approx San Juan. HEX triplet: 48, 53 and 5B. RGB value is (72,83,91). Sum of RGB (Red+Green+Blue) = 72+83+91=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #48535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535B is #B7ACA4. Grayscale: #505050. Windows color (decimal): -12037285 or 5985096. OLE color: 5985096.

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

Color convert

RGB728391-
CMYK0.210.0900.64
HSL205.26º11.66%31.96%-
HSV(B)205.26º20.88%35.69%-
XYZ7.658.3211.1-
YUV80.62133.86121.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=29.27%
G=33.74%
B=36.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7283910.210.0900.64205.2611.6631.96
Hex48535B159040cdc20
Octal110123133251101003151440
Binary10010001010011101101110101100101000000110011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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