#48525B

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

Shades of San Juan #48525B

Tints of San Juan #48525B

Color information

#48525B (or 0x48525B) is unknown color: approx San Juan. HEX triplet: 48, 52 and 5B. RGB value is (72,82,91). Sum of RGB (Red+Green+Blue) = 72+82+91=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #48525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48525B is #B7ADA4. Grayscale: #4F4F4F. Windows color (decimal): -12037541 or 5984840. OLE color: 5984840.

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

Color convert

RGB728291-
CMYK0.210.1000.64
HSL208.42º11.66%31.96%-
HSV(B)208.42º20.88%35.69%-
XYZ7.588.1711.07-
YUV80.04134.19122.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=29.39%
G=33.47%
B=37.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7282910.210.1000.64208.4211.6631.96
Hex48525B15A040d0c20
Octal110122133251201003201440
Binary10010001010010101101110101101001000000110100001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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