#414990

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

Shades of Tory Blue #414990

Tints of Tory Blue #414990

Color information

#414990 (or 0x414990) is unknown color: approx Tory Blue. HEX triplet: 41, 49 and 90. RGB value is (65,73,144). Sum of RGB (Red+Green+Blue) = 65+73+144=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #414990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414990 is #BEB66F. Grayscale: #4E4E4E. Windows color (decimal): -12498544 or 9455937. OLE color: 9455937.

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

Color convert

RGB6573144-
CMYK0.550.4900.44
HSL233.92º37.8%40.98%-
HSV(B)233.92º54.86%56.47%-
XYZ9.67.927.41-
YUV78.7164.85118.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=23.05%
G=25.89%
B=51.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65731440.550.4900.44233.9237.840.98
Hex414990373102Cea2629
Octal10111122067610543524651
Binary1000001100100110010000110111110001010110011101010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414990; }

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

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

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

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

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

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

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

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