#414B84

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

Shades of Tory Blue #414B84

Tints of Tory Blue #414B84

Color information

#414B84 (or 0x414B84) is unknown color: approx Tory Blue. HEX triplet: 41, 4B and 84. RGB value is (65,75,132). Sum of RGB (Red+Green+Blue) = 65+75+132=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #414B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414B84 is #BEB47B. Grayscale: #4E4E4E. Windows color (decimal): -12498044 or 8670017. OLE color: 8670017.

HSL color Cylindrical-coordinate representation of color #414B84: hue angle of 231.04º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414B84 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6575132-
CMYK0.510.4300.48
HSL231.04º34.01%38.63%-
HSV(B)231.04º50.76%51.76%-
XYZ8.867.8222.87-
YUV78.51158.19118.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=23.90%
G=27.57%
B=48.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65751320.510.4300.48231.0434.0138.63
Hex414B84332B030e72227
Octal10111320463530603474247
Binary1000001100101110000100110011101011011000011100111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,132); }

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

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

 a { background-color: rgb(65,75,132); }

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

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

 span { border-color: rgb(65,75,132); }

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