#414C89

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

Shades of Tory Blue #414C89

Tints of Tory Blue #414C89

Color information

#414C89 (or 0x414C89) is unknown color: approx Tory Blue. HEX triplet: 41, 4C and 89. RGB value is (65,76,137). Sum of RGB (Red+Green+Blue) = 65+76+137=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #414C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C89 is #BEB376. Grayscale: #4F4F4F. Windows color (decimal): -12497783 or 8997953. OLE color: 8997953.

HSL color Cylindrical-coordinate representation of color #414C89: hue angle of 230.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414C89 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6576137-
CMYK0.530.4500.46
HSL230.83º35.64%39.61%-
HSV(B)230.83º52.55%53.73%-
XYZ9.288.124.74-
YUV79.66160.36117.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=23.38%
G=27.34%
B=49.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65761370.530.4500.46230.8335.6439.61
Hex414C89352D02Ee72428
Octal10111421165550563474450
Binary1000001100110010001001110101101101010111011100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,76,137); }

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

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

 a { background-color: rgb(65,76,137); }

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

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

 span { border-color: rgb(65,76,137); }

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