#405892

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

Shades of Tory Blue #405892

Tints of Tory Blue #405892

Color information

#405892 (or 0x405892) is unknown color: approx Tory Blue. HEX triplet: 40, 58 and 92. RGB value is (64,88,146). Sum of RGB (Red+Green+Blue) = 64+88+146=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 88 (34.77% from 255 or 29.53% 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 #405892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405892 is #BFA76D. Grayscale: #575757. Windows color (decimal): -12560238 or 9590848. OLE color: 9590848.

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

Color convert

RGB6488146-
CMYK0.560.4000.43
HSL222.44º39.05%41.18%-
HSV(B)222.44º56.16%57.25%-
XYZ10.7910.1428.58-
YUV87.44161.05111.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=21.48%
G=29.53%
B=48.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64881460.560.4000.43222.4439.0541.18
Hex405892382802Bde2729
Octal10013022270500533364751
Binary1000000101100010010010111000101000010101111011110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405892; }

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

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

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

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

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

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

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

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