#415492

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

Shades of Tory Blue #415492

Tints of Tory Blue #415492

Color information

#415492 (or 0x415492) is unknown color: approx Tory Blue. HEX triplet: 41, 54 and 92. RGB value is (65,84,146). Sum of RGB (Red+Green+Blue) = 65+84+146=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #415492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415492 is #BEAB6D. Grayscale: #555555. Windows color (decimal): -12495726 or 9589825. OLE color: 9589825.

HSL color Cylindrical-coordinate representation of color #415492: hue angle of 225.93º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415492 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6584146-
CMYK0.550.4200.43
HSL225.93º38.39%41.37%-
HSV(B)225.93º55.48%57.25%-
XYZ10.549.5428.48-
YUV85.39162.21113.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=22.03%
G=28.47%
B=49.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65841460.550.4200.43225.9338.3941.37
Hex415492372A02Be22629
Octal10112422267520533424651
Binary1000001101010010010010110111101010010101111100010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415492; }

 p { color: rgb(65,84,146); }

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

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

 a { background-color: rgb(65,84,146); }

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

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

 span { border-color: rgb(65,84,146); }

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