#405083

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

Shades of Tory Blue #405083

Tints of Tory Blue #405083

Color information

#405083 (or 0x405083) is unknown color: approx Tory Blue. HEX triplet: 40, 50 and 83. RGB value is (64,80,131). Sum of RGB (Red+Green+Blue) = 64+80+131=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #405083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405083 is #BFAF7C. Grayscale: #505050. Windows color (decimal): -12562301 or 8605760. OLE color: 8605760.

HSL color Cylindrical-coordinate representation of color #405083: hue angle of 225.67º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #405083 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6480131-
CMYK0.510.3900.49
HSL225.67º34.36%38.24%-
HSV(B)225.67º51.15%51.37%-
XYZ9.088.4722.63-
YUV81.03156.2115.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=23.27%
G=29.09%
B=47.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64801310.510.3900.49225.6734.3638.24
Hex4050833327031e22226
Octal10012020363470613424246
Binary1000000101000010000011110011100111011000111100010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405083; }

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

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

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

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

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

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

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

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