#414A90

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

Shades of Tory Blue #414A90

Tints of Tory Blue #414A90

Color information

#414A90 (or 0x414A90) is unknown color: approx Tory Blue. HEX triplet: 41, 4A and 90. RGB value is (65,74,144). Sum of RGB (Red+Green+Blue) = 65+74+144=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #414A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A90 is #BEB56F. Grayscale: #4F4F4F. Windows color (decimal): -12498288 or 9456193. OLE color: 9456193.

HSL color Cylindrical-coordinate representation of color #414A90: hue angle of 233.16º 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 #414A90 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6574144-
CMYK0.550.4900.44
HSL233.16º37.8%40.98%-
HSV(B)233.16º54.86%56.47%-
XYZ9.668.0327.43-
YUV79.29164.52117.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=22.97%
G=26.15%
B=50.88%

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
Decimal65741440.550.4900.44233.1637.840.98
Hex414A90373102Ce92629
Octal10111222067610543514651
Binary1000001100101010010000110111110001010110011101001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A90; }

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

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

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

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

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

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

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

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