#414890

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

Shades of Tory Blue #414890

Tints of Tory Blue #414890

Color information

#414890 (or 0x414890) is unknown color: approx Tory Blue. HEX triplet: 41, 48 and 90. RGB value is (65,72,144). Sum of RGB (Red+Green+Blue) = 65+72+144=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #414890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414890 is #BEB76F. Grayscale: #4D4D4D. Windows color (decimal): -12498800 or 9455681. OLE color: 9455681.

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

Color convert

RGB6572144-
CMYK0.550.5000.44
HSL234.68º37.8%40.98%-
HSV(B)234.68º54.86%56.47%-
XYZ9.537.7727.38-
YUV78.11165.18118.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=23.13%
G=25.62%
B=51.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65721440.550.5000.44234.6837.840.98
Hex414890373202Ceb2629
Octal10111022067620543534651
Binary1000001100100010010000110111110010010110011101011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414890; }

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

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

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

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

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

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

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

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