#414991

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

Shades of Tory Blue #414991

Tints of Tory Blue #414991

Color information

#414991 (or 0x414991) is unknown color: approx Tory Blue. HEX triplet: 41, 49 and 91. RGB value is (65,73,145). Sum of RGB (Red+Green+Blue) = 65+73+145=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #414991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414991 is #BEB66E. Grayscale: #4E4E4E. Windows color (decimal): -12498543 or 9521473. OLE color: 9521473.

HSL color Cylindrical-coordinate representation of color #414991: hue angle of 234º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414991 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6573145-
CMYK0.550.5000.43
HSL234º38.1%41.18%-
HSV(B)234º55.17%56.86%-
XYZ9.677.9327.81-
YUV78.82165.35118.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=22.97%
G=25.80%
B=51.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65731450.550.5000.4323438.141.18
Hex414991373202Bea2629
Octal10111122167620533524651
Binary1000001100100110010001110111110010010101111101010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414991; }

 p { color: rgb(65,73,145); }

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

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

 a { background-color: rgb(65,73,145); }

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

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

 span { border-color: rgb(65,73,145); }

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