#414F92

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

Shades of Tory Blue #414F92

Tints of Tory Blue #414F92

Color information

#414F92 (or 0x414F92) is unknown color: approx Tory Blue. HEX triplet: 41, 4F and 92. RGB value is (65,79,146). Sum of RGB (Red+Green+Blue) = 65+79+146=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #414F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414F92 is #BEB06D. Grayscale: #525252. Windows color (decimal): -12497006 or 9588545. OLE color: 9588545.

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

Color convert

RGB6579146-
CMYK0.550.4600.43
HSL229.63º38.39%41.37%-
HSV(B)229.63º55.48%57.25%-
XYZ10.168.7928.36-
YUV82.45163.86115.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=22.41%
G=27.24%
B=50.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65791460.550.4600.43229.6338.3941.37
Hex414F92372E02Be62629
Octal10111722267560533464651
Binary1000001100111110010010110111101110010101111100110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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