#414E92

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

Shades of Tory Blue #414E92

Tints of Tory Blue #414E92

Color information

#414E92 (or 0x414E92) is unknown color: approx Tory Blue. HEX triplet: 41, 4E and 92. RGB value is (65,78,146). Sum of RGB (Red+Green+Blue) = 65+78+146=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #414E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E92 is #BEB16D. Grayscale: #515151. Windows color (decimal): -12497262 or 9588289. OLE color: 9588289.

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

Color convert

RGB6578146-
CMYK0.550.4700.43
HSL230.37º38.39%41.37%-
HSV(B)230.37º55.48%57.25%-
XYZ10.098.6528.33-
YUV81.86164.19115.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=22.49%
G=26.99%
B=50.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65781460.550.4700.43230.3738.3941.37
Hex414E92372F02Be62629
Octal10111622267570533464651
Binary1000001100111010010010110111101111010101111100110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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