#405192

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

Shades of Tory Blue #405192

Tints of Tory Blue #405192

Color information

#405192 (or 0x405192) is unknown color: approx Tory Blue. HEX triplet: 40, 51 and 92. RGB value is (64,81,146). Sum of RGB (Red+Green+Blue) = 64+81+146=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #405192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405192 is #BFAE6D. Grayscale: #535353. Windows color (decimal): -12562030 or 9589056. OLE color: 9589056.

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

Color convert

RGB6481146-
CMYK0.560.4500.43
HSL227.56º39.05%41.18%-
HSV(B)227.56º56.16%57.25%-
XYZ10.259.0528.4-
YUV83.33163.37114.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=21.99%
G=27.84%
B=50.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64811460.560.4500.43227.5639.0541.18
Hex405192382D02Be42729
Octal10012122270550533444751
Binary1000000101000110010010111000101101010101111100100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405192; }

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

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

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

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

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

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

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

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