Html Css Color HEX #404991 Tory Blue

📋 copy color: '#404991'

red 64 ◦ green 73 ◦ blue 145

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

Shades of Tory Blue #404991

Tints of Tory Blue #404991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 145 (57.03% from 255) = 51.42%

R = 22.7%
G = 25.89%
B = 51.42%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#404991 (or 0x404991) is known color: Tory Blue. HEX triplet: 40, 49 and 91. RGB value is (64,73,145). Sum of RGB (Red+Green+Blue) = 64+73+145=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #404991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404991 is #BFB66E. Grayscale: #4E4E4E. Windows color (decimal): -12564079 or 9521472. OLE color: 9521472.

HSL color Cylindrical-coordinate representation of color #404991: hue angle of 233.33º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404991 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 73 145 -
CMYK 0.56 0.50 0 0.43
HSL 233.33º 0.39% 0.41% -
HSV(B) 233.33º 0.56% 0.57% -
XYZ 9.61 7.9 27.81 -
YUV 78.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 64 73 145 0.56 0.50 0 0.43 233.33 0.39 0.41
Hex 40 49 91 38 32 0 2B E9 27 29
Octal 100 111 221 70 62 0 53 351 47 51
Binary 1000000 1001001 10010001 111000 110010 0 101011 11101001 100111 101001

Color Harmonies of #404991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404991

Black with #404991

Text Example


Text Example

White with #404991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404991; }

 p { color: rgb(64,73,145); }

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

background-color css

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

 a { background-color: rgb(64,73,145); }

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

border-color css

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

 span { border-color: rgb(64,73,145); }

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