#404F84

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

Shades of Tory Blue #404F84

Tints of Tory Blue #404F84

Color information

#404F84 (or 0x404F84) is unknown color: approx Tory Blue. HEX triplet: 40, 4F and 84. RGB value is (64,79,132). Sum of RGB (Red+Green+Blue) = 64+79+132=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #404F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F84 is #BFB07B. Grayscale: #505050. Windows color (decimal): -12562556 or 8671040. OLE color: 8671040.

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

Color convert

RGB6479132-
CMYK0.520.4000.48
HSL226.76º34.69%38.43%-
HSV(B)226.76º51.52%51.76%-
XYZ9.088.3522.96-
YUV80.56157.03116.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 132 (51.95% from 255) = 48%
R=23.27%
G=28.73%
B=48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64791320.520.4000.48226.7634.6938.43
Hex404F843428030e32326
Octal10011720464500603434346
Binary1000000100111110000100110100101000011000011100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404F84; }

 p { color: rgb(64,79,132); }

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

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

 a { background-color: rgb(64,79,132); }

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

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

 span { border-color: rgb(64,79,132); }

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