#48525A

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

Shades of San Juan #48525A

Tints of San Juan #48525A

Color information

#48525A (or 0x48525A) is unknown color: approx San Juan. HEX triplet: 48, 52 and 5A. RGB value is (72,82,90). Sum of RGB (Red+Green+Blue) = 72+82+90=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #48525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48525A is #B7ADA5. Grayscale: #4F4F4F. Windows color (decimal): -12037542 or 5919304. OLE color: 5919304.

HSL color Cylindrical-coordinate representation of color #48525A: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48525A is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728290-
CMYK0.200.0900.65
HSL206.67º11.11%31.76%-
HSV(B)206.67º20%35.29%-
XYZ7.548.1510.85-
YUV79.92133.69122.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=29.51%
G=33.61%
B=36.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7282900.200.0900.65206.6711.1131.76
Hex48525A149041cfb20
Octal110122132241101013171340
Binary10010001010010101101010100100101000001110011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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