#414B8A

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

Shades of Tory Blue #414B8A

Tints of Tory Blue #414B8A

Color information

#414B8A (or 0x414B8A) is unknown color: approx Tory Blue. HEX triplet: 41, 4B and 8A. RGB value is (65,75,138). Sum of RGB (Red+Green+Blue) = 65+75+138=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #414B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414B8A is #BEB475. Grayscale: #4E4E4E. Windows color (decimal): -12498038 or 9063233. OLE color: 9063233.

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

Color convert

RGB6575138-
CMYK0.530.4600.46
HSL231.78º35.96%39.8%-
HSV(B)231.78º52.9%54.12%-
XYZ9.287.9925.1-
YUV79.19161.19117.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=23.38%
G=26.98%
B=49.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65751380.530.4600.46231.7835.9639.8
Hex414B8A352E02Ee82428
Octal10111321265560563504450
Binary1000001100101110001010110101101110010111011101000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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