#28469A

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

Shades of Tory Blue #28469A

Tints of Tory Blue #28469A

Color information

#28469A (or 0x28469A) is unknown color: approx Tory Blue. HEX triplet: 28, 46 and 9A. RGB value is (40,70,154). Sum of RGB (Red+Green+Blue) = 40+70+154=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #28469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28469A is #D7B965. Grayscale: #464646. Windows color (decimal): -14137702 or 10110504. OLE color: 10110504.

HSL color Cylindrical-coordinate representation of color #28469A: hue angle of 224.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28469A is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4070154-
CMYK0.740.5500.40
HSL224.21º58.76%38.04%-
HSV(B)224.21º74.03%60.39%-
XYZ8.97.1631.49-
YUV70.61175.06106.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 154 (60.55% from 255) = 58.33%
R=15.15%
G=26.52%
B=58.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40701540.740.5500.40224.2158.7638.04
Hex28469A4A37028e03b26
Octal50106232112670503407346
Binary1010001000110100110101001010110111010100011100000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,70,154); }

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

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

 a { background-color: rgb(40,70,154); }

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

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

 span { border-color: rgb(40,70,154); }

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