Html Css Color HEX #404894 Tory Blue

📋 copy color: '#404894'

red 64 ◦ green 72 ◦ blue 148

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

Shades of Tory Blue #404894

Tints of Tory Blue #404894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 22.54%
G = 25.35%
B = 52.11%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#404894 (or 0x404894) is known color: Tory Blue. HEX triplet: 40, 48 and 94. RGB value is (64,72,148). Sum of RGB (Red+Green+Blue) = 64+72+148=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #404894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404894 is #BFB76B. Grayscale: #4D4D4D. Windows color (decimal): -12564332 or 9717824. OLE color: 9717824.

HSL color Cylindrical-coordinate representation of color #404894: hue angle of 234.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404894 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 72 148 -
CMYK 0.57 0.51 0 0.42
HSL 234.29º 0.4% 0.42% -
HSV(B) 234.29º 0.57% 0.58% -
XYZ 9.78 7.86 29.02 -
YUV 78.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 64 72 148 0.57 0.51 0 0.42 234.29 0.4 0.42
Hex 40 48 94 39 33 0 2A EA 28 2A
Octal 100 110 224 71 63 0 52 352 50 52
Binary 1000000 1001000 10010100 111001 110011 0 101010 11101010 101000 101010

Color Harmonies of #404894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404894

Black with #404894

Text Example


Text Example

White with #404894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404894; }

 p { color: rgb(64,72,148); }

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

background-color css

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

 a { background-color: rgb(64,72,148); }

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

border-color css

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

 span { border-color: rgb(64,72,148); }

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