Html Css Color HEX #404B89 Tory Blue

📋 copy color: '#404B89'

red 64 ◦ green 75 ◦ blue 137

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

Shades of Tory Blue #404B89

Tints of Tory Blue #404B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

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

R = 23.19%
G = 27.17%
B = 49.64%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404B89 (or 0x404B89) is known color: Tory Blue. HEX triplet: 40, 4B and 89. RGB value is (64,75,137). Sum of RGB (Red+Green+Blue) = 64+75+137=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #404B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B89 is #BFB476. Grayscale: #4E4E4E. Windows color (decimal): -12563575 or 8997696. OLE color: 8997696.

HSL color Cylindrical-coordinate representation of color #404B89: hue angle of 230.96º 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 #404B89 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 75 137 -
CMYK 0.53 0.45 0 0.46
HSL 230.96º 0.36% 0.39% -
HSV(B) 230.96º 0.53% 0.54% -
XYZ 9.15 7.93 24.72 -
YUV 78.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 64 75 137 0.53 0.45 0 0.46 230.96 0.36 0.39
Hex 40 4B 89 35 2D 0 2E E7 24 27
Octal 100 113 211 65 55 0 56 347 44 47
Binary 1000000 1001011 10001001 110101 101101 0 101110 11100111 100100 100111

Color Harmonies of #404B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B89

Black with #404B89

Text Example


Text Example

White with #404B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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