#48598B

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

Shades of Tory Blue #48598B

Tints of Tory Blue #48598B

Color information

#48598B (or 0x48598B) is unknown color: approx Tory Blue. HEX triplet: 48, 59 and 8B. RGB value is (72,89,139). Sum of RGB (Red+Green+Blue) = 72+89+139=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #48598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48598B is #B7A674. Grayscale: #595959. Windows color (decimal): -12035701 or 9132360. OLE color: 9132360.

HSL color Cylindrical-coordinate representation of color #48598B: hue angle of 224.78º 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 #48598B is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7289139-
CMYK0.480.3600.45
HSL224.78º31.75%41.37%-
HSV(B)224.78º48.2%54.51%-
XYZ10.9110.3925.86-
YUV89.62155.87115.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=24%
G=29.67%
B=46.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72891390.480.3600.45224.7831.7541.37
Hex48598B302402De12029
Octal11013121360440553414051
Binary1001000101100110001011110000100100010110111100001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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