#414E8B

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

Shades of Tory Blue #414E8B

Tints of Tory Blue #414E8B

Color information

#414E8B (or 0x414E8B) is unknown color: approx Tory Blue. HEX triplet: 41, 4E and 8B. RGB value is (65,78,139). Sum of RGB (Red+Green+Blue) = 65+78+139=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #414E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E8B is #BEB174. Grayscale: #505050. Windows color (decimal): -12497269 or 9129537. OLE color: 9129537.

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

Color convert

RGB6578139-
CMYK0.530.4400.45
HSL229.46º36.27%40%-
HSV(B)229.46º53.24%54.51%-
XYZ9.568.4425.55-
YUV81.07160.69116.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=23.05%
G=27.66%
B=49.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65781390.530.4400.45229.4636.2740
Hex414E8B352C02De52428
Octal10111621365540553454450
Binary1000001100111010001011110101101100010110111100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,139); }

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

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

 a { background-color: rgb(65,78,139); }

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

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

 span { border-color: rgb(65,78,139); }

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