#48565E

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

Shades of San Juan #48565E

Tints of San Juan #48565E

Color information

#48565E (or 0x48565E) is unknown color: approx San Juan. HEX triplet: 48, 56 and 5E. RGB value is (72,86,94). Sum of RGB (Red+Green+Blue) = 72+86+94=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #48565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48565E is #B7A9A1. Grayscale: #525252. Windows color (decimal): -12036514 or 6182472. OLE color: 6182472.

HSL color Cylindrical-coordinate representation of color #48565E: hue angle of 201.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48565E is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728694-
CMYK0.230.0900.63
HSL201.82º13.25%32.55%-
HSV(B)201.82º23.4%36.86%-
XYZ8.028.8411.87-
YUV82.73134.36120.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=28.57%
G=34.13%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7286940.230.0900.63201.8213.2532.55
Hex48565E17903Fcad21
Octal11012613627110773121541
Binary1001000101011010111101011110010111111110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48565E; }

 p { color: rgb(72,86,94); }

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

<style>
 a { background-color: #48565E; }

 a { background-color: rgb(72,86,94); }

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

<style>
 span { border-color: #48565E; }

 span { border-color: rgb(72,86,94); }

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