#414C8B

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

Shades of Tory Blue #414C8B

Tints of Tory Blue #414C8B

Color information

#414C8B (or 0x414C8B) is unknown color: approx Tory Blue. HEX triplet: 41, 4C and 8B. RGB value is (65,76,139). Sum of RGB (Red+Green+Blue) = 65+76+139=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #414C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C8B is #BEB374. Grayscale: #4F4F4F. Windows color (decimal): -12497781 or 9129025. OLE color: 9129025.

HSL color Cylindrical-coordinate representation of color #414C8B: hue angle of 231.08º 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 #414C8B is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6576139-
CMYK0.530.4500.45
HSL231.08º36.27%40%-
HSV(B)231.08º53.24%54.51%-
XYZ9.428.1625.5-
YUV79.89161.36117.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=23.21%
G=27.14%
B=49.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65761390.530.4500.45231.0836.2740
Hex414C8B352D02De72428
Octal10111421365550553474450
Binary1000001100110010001011110101101101010110111100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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