Html Css Color HEX #404989 Tory Blue

📋 copy color: '#404989'

red 64 ◦ green 73 ◦ blue 137

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

Shades of Tory Blue #404989

Tints of Tory Blue #404989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50%

R = 23.36%
G = 26.64%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404989 (or 0x404989) is known color: Tory Blue. HEX triplet: 40, 49 and 89. RGB value is (64,73,137). Sum of RGB (Red+Green+Blue) = 64+73+137=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #404989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404989 is #BFB676. Grayscale: #4D4D4D. Windows color (decimal): -12564087 or 8997184. OLE color: 8997184.

HSL color Cylindrical-coordinate representation of color #404989: hue angle of 232.6º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404989 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 73 137 -
CMYK 0.53 0.47 0 0.46
HSL 232.6º 0.36% 0.39% -
HSV(B) 232.6º 0.53% 0.54% -
XYZ 9.01 7.66 24.67 -
YUV 77.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 64 73 137 0.53 0.47 0 0.46 232.6 0.36 0.39
Hex 40 49 89 35 2F 0 2E E9 24 27
Octal 100 111 211 65 57 0 56 351 44 47
Binary 1000000 1001001 10001001 110101 101111 0 101110 11101001 100100 100111

Color Harmonies of #404989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404989

Black with #404989

Text Example


Text Example

White with #404989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404989; }

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

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

background-color css

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

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

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

border-color css

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

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

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