Html Css Color HEX #404E84 Tory Blue

📋 copy color: '#404E84'

red 64 ◦ green 78 ◦ blue 132

#404E84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #404E84

Tints of Tory Blue #404E84

RGB

 RED value IS 64 (25.39% from 255) = 23.36%

 GREEN value IS 78 (30.86% from 255) = 28.47%

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 23.36%
G = 28.47%
B = 48.18%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#404E84 (or 0x404E84) is known color: Tory Blue. HEX triplet: 40, 4E and 84. RGB value is (64,78,132). Sum of RGB (Red+Green+Blue) = 64+78+132=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #404E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E84 is #BFB17B. Grayscale: #4F4F4F. Windows color (decimal): -12562812 or 8670784. OLE color: 8670784.

HSL color Cylindrical-coordinate representation of color #404E84: hue angle of 227.65º 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 #404E84 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 78 132 -
CMYK 0.52 0.41 0 0.48
HSL 227.65º 0.35% 0.38% -
HSV(B) 227.65º 0.52% 0.52% -
XYZ 9 8.2 22.94 -
YUV 79.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 64 78 132 0.52 0.41 0 0.48 227.65 0.35 0.38
Hex 40 4E 84 34 29 0 30 E4 23 26
Octal 100 116 204 64 51 0 60 344 43 46
Binary 1000000 1001110 10000100 110100 101001 0 110000 11100100 100011 100110

Color Harmonies of #404E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E84

Black with #404E84

Text Example


Text Example

White with #404E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #404E84;
 }
 .AnyTagClassName
 {
   color: #404E84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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