#48558A

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

Shades of Tory Blue #48558A

Tints of Tory Blue #48558A

Color information

#48558A (or 0x48558A) is unknown color: approx Tory Blue. HEX triplet: 48, 55 and 8A. RGB value is (72,85,138). Sum of RGB (Red+Green+Blue) = 72+85+138=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #48558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48558A is #B7AA75. Grayscale: #565656. Windows color (decimal): -12036726 or 9065800. OLE color: 9065800.

HSL color Cylindrical-coordinate representation of color #48558A: hue angle of 228.18º 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 #48558A is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7285138-
CMYK0.480.3800.46
HSL228.18º31.43%41.18%-
HSV(B)228.18º47.83%54.12%-
XYZ10.519.7125.37-
YUV87.16156.69117.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=24.41%
G=28.81%
B=46.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72851380.480.3800.46228.1831.4341.18
Hex48558A302602Ee41f29
Octal11012521260460563443751
Binary100100010101011000101011000010011001011101110010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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