#415495

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

Shades of Tory Blue #415495

Tints of Tory Blue #415495

Color information

#415495 (or 0x415495) is unknown color: approx Tory Blue. HEX triplet: 41, 54 and 95. RGB value is (65,84,149). Sum of RGB (Red+Green+Blue) = 65+84+149=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #415495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415495 is #BEAB6A. Grayscale: #555555. Windows color (decimal): -12495723 or 9786433. OLE color: 9786433.

HSL color Cylindrical-coordinate representation of color #415495: hue angle of 226.43º 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 #415495 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6584149-
CMYK0.560.4400.42
HSL226.43º39.25%41.96%-
HSV(B)226.43º56.38%58.43%-
XYZ10.789.6329.73-
YUV85.73163.71113.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 149 (58.59% from 255) = 50%
R=21.81%
G=28.19%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65841490.560.4400.42226.4339.2541.96
Hex415495382C02Ae2272a
Octal10112422570540523424752
Binary1000001101010010010101111000101100010101011100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415495; }

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

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

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

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

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

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

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

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