Html Css Color HEX #404E89 Tory Blue

📋 copy color: '#404E89'

red 64 ◦ green 78 ◦ blue 137

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

Shades of Tory Blue #404E89

Tints of Tory Blue #404E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

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

R = 22.94%
G = 27.96%
B = 49.1%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404E89 (or 0x404E89) is known color: Tory Blue. HEX triplet: 40, 4E and 89. RGB value is (64,78,137). Sum of RGB (Red+Green+Blue) = 64+78+137=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #404E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E89 is #BFB176. Grayscale: #505050. Windows color (decimal): -12562807 or 8998464. OLE color: 8998464.

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

Color convert

RGB 64 78 137 -
CMYK 0.53 0.43 0 0.46
HSL 228.49º 0.36% 0.39% -
HSV(B) 228.49º 0.53% 0.54% -
XYZ 9.35 8.34 24.78 -
YUV 80.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 64 78 137 0.53 0.43 0 0.46 228.49 0.36 0.39
Hex 40 4E 89 35 2B 0 2E E4 24 27
Octal 100 116 211 65 53 0 56 344 44 47
Binary 1000000 1001110 10001001 110101 101011 0 101110 11100100 100100 100111

Color Harmonies of #404E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E89

Black with #404E89

Text Example


Text Example

White with #404E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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