#48598C

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

Shades of Tory Blue #48598C

Tints of Tory Blue #48598C

Color information

#48598C (or 0x48598C) is unknown color: approx Tory Blue. HEX triplet: 48, 59 and 8C. RGB value is (72,89,140). Sum of RGB (Red+Green+Blue) = 72+89+140=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #48598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48598C is #B7A673. Grayscale: #595959. Windows color (decimal): -12035700 or 9197896. OLE color: 9197896.

HSL color Cylindrical-coordinate representation of color #48598C: hue angle of 225º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48598C is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7289140-
CMYK0.490.3600.45
HSL225º32.08%41.57%-
HSV(B)225º48.57%54.9%-
XYZ10.9810.4226.24-
YUV89.73156.37115.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=23.92%
G=29.57%
B=46.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72891400.490.3600.4522532.0841.57
Hex48598C312402De1202a
Octal11013121461440553414052
Binary1001000101100110001100110001100100010110111100001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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