Html Css Color HEX #404990 Tory Blue

📋 copy color: '#404990'

red 64 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #404990

Tints of Tory Blue #404990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 22.78%
G = 25.98%
B = 51.25%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#404990 (or 0x404990) is known color: Tory Blue. HEX triplet: 40, 49 and 90. RGB value is (64,73,144). Sum of RGB (Red+Green+Blue) = 64+73+144=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #404990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404990 is #BFB66F. Grayscale: #4E4E4E. Windows color (decimal): -12564080 or 9455936. OLE color: 9455936.

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

Color convert

RGB 64 73 144 -
CMYK 0.56 0.49 0 0.44
HSL 233.25º 0.38% 0.41% -
HSV(B) 233.25º 0.56% 0.56% -
XYZ 9.53 7.87 27.4 -
YUV 78.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 64 73 144 0.56 0.49 0 0.44 233.25 0.38 0.41
Hex 40 49 90 38 31 0 2C E9 26 29
Octal 100 111 220 70 61 0 54 351 46 51
Binary 1000000 1001001 10010000 111000 110001 0 101100 11101001 100110 101001

Color Harmonies of #404990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404990

Black with #404990

Text Example


Text Example

White with #404990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404990; }

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

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

background-color css

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

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

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

border-color css

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

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

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