#414A92

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

Shades of Tory Blue #414A92

Tints of Tory Blue #414A92

Color information

#414A92 (or 0x414A92) is unknown color: approx Tory Blue. HEX triplet: 41, 4A and 92. RGB value is (65,74,146). Sum of RGB (Red+Green+Blue) = 65+74+146=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #414A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A92 is #BEB56D. Grayscale: #4F4F4F. Windows color (decimal): -12498286 or 9587265. OLE color: 9587265.

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

Color convert

RGB6574146-
CMYK0.550.4900.43
HSL233.33º38.39%41.37%-
HSV(B)233.33º55.48%57.25%-
XYZ9.828.128.24-
YUV79.52165.52117.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=22.81%
G=25.96%
B=51.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65741460.550.4900.43233.3338.3941.37
Hex414A92373102Be92629
Octal10111222267610533514651
Binary1000001100101010010010110111110001010101111101001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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