#405086

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

Shades of Tory Blue #405086

Tints of Tory Blue #405086

Color information

#405086 (or 0x405086) is unknown color: approx Tory Blue. HEX triplet: 40, 50 and 86. RGB value is (64,80,134). Sum of RGB (Red+Green+Blue) = 64+80+134=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #405086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405086 is #BFAF79. Grayscale: #515151. Windows color (decimal): -12562298 or 8802368. OLE color: 8802368.

HSL color Cylindrical-coordinate representation of color #405086: hue angle of 226.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #405086 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6480134-
CMYK0.520.4000.47
HSL226.29º35.35%38.82%-
HSV(B)226.29º52.24%52.55%-
XYZ9.298.5523.71-
YUV81.37157.7115.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=23.02%
G=28.78%
B=48.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64801340.520.4000.47226.2935.3538.82
Hex405086342802Fe22327
Octal10012020664500573424347
Binary1000000101000010000110110100101000010111111100010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405086; }

 p { color: rgb(64,80,134); }

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

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

 a { background-color: rgb(64,80,134); }

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

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

 span { border-color: rgb(64,80,134); }

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