#485788

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

Shades of Tory Blue #485788

Tints of Tory Blue #485788

Color information

#485788 (or 0x485788) is unknown color: approx Tory Blue. HEX triplet: 48, 57 and 88. RGB value is (72,87,136). Sum of RGB (Red+Green+Blue) = 72+87+136=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #485788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485788 is #B7A877. Grayscale: #575757. Windows color (decimal): -12036216 or 8935240. OLE color: 8935240.

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

Color convert

RGB7287136-
CMYK0.470.3600.47
HSL225.94º30.77%40.78%-
HSV(B)225.94º47.06%53.33%-
XYZ10.529.9724.66-
YUV88.1155.03116.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=24.41%
G=29.49%
B=46.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72871360.470.3600.47225.9430.7740.78
Hex4857882F2402Fe21f29
Octal11012721057440573423751
Binary100100010101111000100010111110010001011111110001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485788; }

 p { color: rgb(72,87,136); }

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

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

 a { background-color: rgb(72,87,136); }

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

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

 span { border-color: rgb(72,87,136); }

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