#414A8B

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

Shades of Tory Blue #414A8B

Tints of Tory Blue #414A8B

Color information

#414A8B (or 0x414A8B) is unknown color: approx Tory Blue. HEX triplet: 41, 4A and 8B. RGB value is (65,74,139). Sum of RGB (Red+Green+Blue) = 65+74+139=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #414A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A8B is #BEB574. Grayscale: #4E4E4E. Windows color (decimal): -12498293 or 9128513. OLE color: 9128513.

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

Color convert

RGB6574139-
CMYK0.530.4700.45
HSL232.7º36.27%40%-
HSV(B)232.7º53.24%54.51%-
XYZ9.297.8925.46-
YUV78.72162.02118.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 139 (54.69% from 255) = 50%
R=23.38%
G=26.62%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65741390.530.4700.45232.736.2740
Hex414A8B352F02De92428
Octal10111221365570553514450
Binary1000001100101010001011110101101111010110111101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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