#414992

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

Shades of Tory Blue #414992

Tints of Tory Blue #414992

Color information

#414992 (or 0x414992) is unknown color: approx Tory Blue. HEX triplet: 41, 49 and 92. RGB value is (65,73,146). Sum of RGB (Red+Green+Blue) = 65+73+146=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #414992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414992 is #BEB66D. Grayscale: #4E4E4E. Windows color (decimal): -12498542 or 9587009. OLE color: 9587009.

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

Color convert

RGB6573146-
CMYK0.550.500.43
HSL234.07º38.39%41.37%-
HSV(B)234.07º55.48%57.25%-
XYZ9.757.9628.22-
YUV78.93165.85118.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=22.89%
G=25.70%
B=51.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65731460.550.500.43234.0738.3941.37
Hex414992373202Bea2629
Octal10111122267620533524651
Binary1000001100100110010010110111110010010101111101010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414992; }

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

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

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

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

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

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

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

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