Html Css Color HEX #404E8B Tory Blue

📋 copy color: '#404E8B'

red 64 ◦ green 78 ◦ blue 139

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

Shades of Tory Blue #404E8B

Tints of Tory Blue #404E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 22.78%
G = 27.76%
B = 49.47%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#404E8B (or 0x404E8B) is known color: Tory Blue. HEX triplet: 40, 4E and 8B. RGB value is (64,78,139). Sum of RGB (Red+Green+Blue) = 64+78+139=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #404E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E8B is #BFB174. Grayscale: #505050. Windows color (decimal): -12562805 or 9129536. OLE color: 9129536.

HSL color Cylindrical-coordinate representation of color #404E8B: hue angle of 228.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404E8B is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 78 139 -
CMYK 0.54 0.44 0 0.45
HSL 228.8º 0.37% 0.4% -
HSV(B) 228.8º 0.54% 0.55% -
XYZ 9.5 8.4 25.55 -
YUV 80.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 64 78 139 0.54 0.44 0 0.45 228.8 0.37 0.4
Hex 40 4E 8B 36 2C 0 2D E5 25 28
Octal 100 116 213 66 54 0 55 345 45 50
Binary 1000000 1001110 10001011 110110 101100 0 101101 11100101 100101 101000

Color Harmonies of #404E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E8B

Black with #404E8B

Text Example


Text Example

White with #404E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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