#405692

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

Shades of Tory Blue #405692

Tints of Tory Blue #405692

Color information

#405692 (or 0x405692) is unknown color: approx Tory Blue. HEX triplet: 40, 56 and 92. RGB value is (64,86,146). Sum of RGB (Red+Green+Blue) = 64+86+146=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #405692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405692 is #BFA96D. Grayscale: #565656. Windows color (decimal): -12560750 or 9590336. OLE color: 9590336.

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

Color convert

RGB6486146-
CMYK0.560.4100.43
HSL223.9º39.05%41.18%-
HSV(B)223.9º56.16%57.25%-
XYZ10.639.8228.53-
YUV86.26161.71112.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=21.62%
G=29.05%
B=49.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64861460.560.4100.43223.939.0541.18
Hex405692382902Be02729
Octal10012622270510533404751
Binary1000000101011010010010111000101001010101111100000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405692; }

 p { color: rgb(64,86,146); }

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

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

 a { background-color: rgb(64,86,146); }

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

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

 span { border-color: rgb(64,86,146); }

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