#414F84

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

Shades of Tory Blue #414F84

Tints of Tory Blue #414F84

Color information

#414F84 (or 0x414F84) is unknown color: approx Tory Blue. HEX triplet: 41, 4F and 84. RGB value is (65,79,132). Sum of RGB (Red+Green+Blue) = 65+79+132=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #414F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414F84 is #BEB07B. Grayscale: #505050. Windows color (decimal): -12497020 or 8671041. OLE color: 8671041.

HSL color Cylindrical-coordinate representation of color #414F84: hue angle of 227.46º 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 #414F84 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6579132-
CMYK0.510.4000.48
HSL227.46º34.01%38.63%-
HSV(B)227.46º50.76%51.76%-
XYZ9.148.3822.97-
YUV80.86156.86116.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=23.55%
G=28.62%
B=47.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65791320.510.4000.48227.4634.0138.63
Hex414F843328030e32227
Octal10111720463500603434247
Binary1000001100111110000100110011101000011000011100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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