#485889

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

Shades of Tory Blue #485889

Tints of Tory Blue #485889

Color information

#485889 (or 0x485889) is unknown color: approx Tory Blue. HEX triplet: 48, 58 and 89. RGB value is (72,88,137). Sum of RGB (Red+Green+Blue) = 72+88+137=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #485889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485889 is #B7A776. Grayscale: #585858. Windows color (decimal): -12035959 or 9001032. OLE color: 9001032.

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

Color convert

RGB7288137-
CMYK0.470.3600.46
HSL225.23º31.1%40.98%-
HSV(B)225.23º47.45%53.73%-
XYZ10.6810.1625.07-
YUV88.8155.2116.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=24.24%
G=29.63%
B=46.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72881370.470.3600.46225.2331.140.98
Hex4858892F2402Ee11f29
Octal11013021157440563413751
Binary100100010110001000100110111110010001011101110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485889; }

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

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

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

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

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

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

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

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