#41598E

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

Shades of Tory Blue #41598E

Tints of Tory Blue #41598E

Color information

#41598E (or 0x41598E) is unknown color: approx Tory Blue. HEX triplet: 41, 59 and 8E. RGB value is (65,89,142). Sum of RGB (Red+Green+Blue) = 65+89+142=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #41598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41598E is #BEA671. Grayscale: #575757. Windows color (decimal): -12494450 or 9328961. OLE color: 9328961.

HSL color Cylindrical-coordinate representation of color #41598E: hue angle of 221.3º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41598E is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6589142-
CMYK0.540.3700.44
HSL221.3º37.2%40.59%-
HSV(B)221.3º54.23%55.69%-
XYZ10.6310.2227-
YUV87.87158.55111.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=21.96%
G=30.07%
B=47.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65891420.540.3700.44221.337.240.59
Hex41598E362502Cdd2529
Octal10113121666450543354551
Binary1000001101100110001110110110100101010110011011101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41598E; }

 p { color: rgb(65,89,142); }

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

<style>
 a { background-color: #41598E; }

 a { background-color: rgb(65,89,142); }

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

<style>
 span { border-color: #41598E; }

 span { border-color: rgb(65,89,142); }

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