#415693

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

Shades of Tory Blue #415693

Tints of Tory Blue #415693

Color information

#415693 (or 0x415693) is unknown color: approx Tory Blue. HEX triplet: 41, 56 and 93. RGB value is (65,86,147). Sum of RGB (Red+Green+Blue) = 65+86+147=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #415693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415693 is #BEA96C. Grayscale: #565656. Windows color (decimal): -12495213 or 9655873. OLE color: 9655873.

HSL color Cylindrical-coordinate representation of color #415693: hue angle of 224.63º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415693 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6586147-
CMYK0.560.4100.42
HSL224.63º38.68%41.57%-
HSV(B)224.63º55.78%57.65%-
XYZ10.779.8928.94-
YUV86.68162.04112.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=21.81%
G=28.86%
B=49.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65861470.560.4100.42224.6338.6841.57
Hex415693382902Ae1272a
Octal10112622370510523414752
Binary1000001101011010010011111000101001010101011100001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415693; }

 p { color: rgb(65,86,147); }

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

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

 a { background-color: rgb(65,86,147); }

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

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

 span { border-color: rgb(65,86,147); }

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