#41518A

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

Shades of Tory Blue #41518A

Tints of Tory Blue #41518A

Color information

#41518A (or 0x41518A) is unknown color: approx Tory Blue. HEX triplet: 41, 51 and 8A. RGB value is (65,81,138). Sum of RGB (Red+Green+Blue) = 65+81+138=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #41518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41518A is #BEAE75. Grayscale: #525252. Windows color (decimal): -12496502 or 9064769. OLE color: 9064769.

HSL color Cylindrical-coordinate representation of color #41518A: hue angle of 226.85º 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 #41518A is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6581138-
CMYK0.530.4100.46
HSL226.85º35.96%39.8%-
HSV(B)226.85º52.9%54.12%-
XYZ9.718.8425.24-
YUV82.71159.2115.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=22.89%
G=28.52%
B=48.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65811380.530.4100.46226.8535.9639.8
Hex41518A352902Ee32428
Octal10112121265510563434450
Binary1000001101000110001010110101101001010111011100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41518A; }

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

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

<style>
 a { background-color: #41518A; }

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

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

<style>
 span { border-color: #41518A; }

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

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