#415792

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

Shades of Tory Blue #415792

Tints of Tory Blue #415792

Color information

#415792 (or 0x415792) is unknown color: approx Tory Blue. HEX triplet: 41, 57 and 92. RGB value is (65,87,146). Sum of RGB (Red+Green+Blue) = 65+87+146=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #415792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415792 is #BEA86D. Grayscale: #565656. Windows color (decimal): -12494958 or 9590593. OLE color: 9590593.

HSL color Cylindrical-coordinate representation of color #415792: hue angle of 223.7º 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 #415792 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6587146-
CMYK0.550.4000.43
HSL223.7º38.39%41.37%-
HSV(B)223.7º55.48%57.25%-
XYZ10.7810.0228.56-
YUV87.15161.21112.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=21.81%
G=29.19%
B=48.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65871460.550.4000.43223.738.3941.37
Hex415792372802Be02629
Octal10112722267500533404651
Binary1000001101011110010010110111101000010101111100000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415792; }

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

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

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

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

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

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

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

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