Html Css Color HEX #404A8E Tory Blue

📋 copy color: '#404A8E'

red 64 ◦ green 74 ◦ blue 142

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

Shades of Tory Blue #404A8E

Tints of Tory Blue #404A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 22.86%
G = 26.43%
B = 50.71%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#404A8E (or 0x404A8E) is known color: Tory Blue. HEX triplet: 40, 4A and 8E. RGB value is (64,74,142). Sum of RGB (Red+Green+Blue) = 64+74+142=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #404A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A8E is #BFB571. Grayscale: #4E4E4E. Windows color (decimal): -12563826 or 9325120. OLE color: 9325120.

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

Color convert

RGB 64 74 142 -
CMYK 0.55 0.48 0 0.44
HSL 232.31º 0.38% 0.4% -
HSV(B) 232.31º 0.55% 0.56% -
XYZ 9.45 7.94 26.63 -
YUV 78.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 64 74 142 0.55 0.48 0 0.44 232.31 0.38 0.4
Hex 40 4A 8E 37 30 0 2C E8 26 28
Octal 100 112 216 67 60 0 54 350 46 50
Binary 1000000 1001010 10001110 110111 110000 0 101100 11101000 100110 101000

Color Harmonies of #404A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A8E

Black with #404A8E

Text Example


Text Example

White with #404A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,74,142); }

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

background-color css

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

 a { background-color: rgb(64,74,142); }

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

border-color css

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

 span { border-color: rgb(64,74,142); }

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