#414B88

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

Shades of Tory Blue #414B88

Tints of Tory Blue #414B88

Color information

#414B88 (or 0x414B88) is unknown color: approx Tory Blue. HEX triplet: 41, 4B and 88. RGB value is (65,75,136). Sum of RGB (Red+Green+Blue) = 65+75+136=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #414B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414B88 is #BEB477. Grayscale: #4E4E4E. Windows color (decimal): -12498040 or 8932161. OLE color: 8932161.

HSL color Cylindrical-coordinate representation of color #414B88: hue angle of 231.55º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #414B88 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6575136-
CMYK0.520.4500.47
HSL231.55º35.32%39.41%-
HSV(B)231.55º52.21%53.33%-
XYZ9.147.9324.34-
YUV78.96160.19118.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 136 (53.52% from 255) = 49.28%
R=23.55%
G=27.17%
B=49.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65751360.520.4500.47231.5535.3239.41
Hex414B88342D02Fe82327
Octal10111321064550573504347
Binary1000001100101110001000110100101101010111111101000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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