#48588A

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

Shades of Tory Blue #48588A

Tints of Tory Blue #48588A

Color information

#48588A (or 0x48588A) is unknown color: approx Tory Blue. HEX triplet: 48, 58 and 8A. RGB value is (72,88,138). Sum of RGB (Red+Green+Blue) = 72+88+138=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #48588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48588A is #B7A775. Grayscale: #585858. Windows color (decimal): -12035958 or 9066568. OLE color: 9066568.

HSL color Cylindrical-coordinate representation of color #48588A: hue angle of 225.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48588A is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7288138-
CMYK0.480.3600.46
HSL225.45º31.43%41.18%-
HSV(B)225.45º47.83%54.12%-
XYZ10.7510.1925.45-
YUV88.92155.7115.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=24.16%
G=29.53%
B=46.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72881380.480.3600.46225.4531.4341.18
Hex48588A302402Ee11f29
Octal11013021260440563413751
Binary100100010110001000101011000010010001011101110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,88,138); }

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

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

 a { background-color: rgb(72,88,138); }

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

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

 span { border-color: rgb(72,88,138); }

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