#414E83

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

Shades of Tory Blue #414E83

Tints of Tory Blue #414E83

Color information

#414E83 (or 0x414E83) is unknown color: approx Tory Blue. HEX triplet: 41, 4E and 83. RGB value is (65,78,131). Sum of RGB (Red+Green+Blue) = 65+78+131=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #414E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E83 is #BEB17C. Grayscale: #4F4F4F. Windows color (decimal): -12497277 or 8605249. OLE color: 8605249.

HSL color Cylindrical-coordinate representation of color #414E83: hue angle of 228.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414E83 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6578131-
CMYK0.500.4000.49
HSL228.18º33.67%38.43%-
HSV(B)228.18º50.38%51.37%-
XYZ98.2122.58-
YUV80.15156.69117.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=23.72%
G=28.47%
B=47.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65781310.500.4000.49228.1833.6738.43
Hex414E833228031e42226
Octal10111620362500613444246
Binary1000001100111010000011110010101000011000111100100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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