#485285

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

Shades of Tory Blue #485285

Tints of Tory Blue #485285

Color information

#485285 (or 0x485285) is unknown color: approx Tory Blue. HEX triplet: 48, 52 and 85. RGB value is (72,82,133). Sum of RGB (Red+Green+Blue) = 72+82+133=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #485285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485285 is #B7AD7A. Grayscale: #545454. Windows color (decimal): -12037499 or 8737352. OLE color: 8737352.

HSL color Cylindrical-coordinate representation of color #485285: hue angle of 230.16º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485285 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7282133-
CMYK0.460.3800.48
HSL230.16º29.76%40.2%-
HSV(B)230.16º45.86%52.16%-
XYZ9.929.1123.42-
YUV84.82155.19118.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=25.09%
G=28.57%
B=46.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72821330.460.3800.48230.1629.7640.2
Hex4852852E26030e61e28
Octal11012220556460603463650
Binary100100010100101000010110111010011001100001110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485285; }

 p { color: rgb(72,82,133); }

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

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

 a { background-color: rgb(72,82,133); }

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

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

 span { border-color: rgb(72,82,133); }

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