#48558B

Color #48558B Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #48558B

Tints of Tory Blue #48558B

Color information

#48558B (or 0x48558B) is unknown color: approx Tory Blue. HEX triplet: 48, 55 and 8B. RGB value is (72,85,139). Sum of RGB (Red+Green+Blue) = 72+85+139=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #48558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48558B is #B7AA74. Grayscale: #575757. Windows color (decimal): -12036725 or 9131336. OLE color: 9131336.

HSL color Cylindrical-coordinate representation of color #48558B: hue angle of 228.36º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48558B is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7285139-
CMYK0.480.3900.45
HSL228.36º31.75%41.37%-
HSV(B)228.36º48.2%54.51%-
XYZ10.589.7425.75-
YUV87.27157.19117.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=24.32%
G=28.72%
B=46.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72851390.480.3900.45228.3631.7541.37
Hex48558B302702De42029
Octal11012521360470553444051
Binary1001000101010110001011110000100111010110111100100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,85,139); }

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

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

 a { background-color: rgb(72,85,139); }

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

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

 span { border-color: rgb(72,85,139); }

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