Html Css Color HEX #404A8D Tory Blue

📋 copy color: '#404A8D'

red 64 ◦ green 74 ◦ blue 141

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

Shades of Tory Blue #404A8D

Tints of Tory Blue #404A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 22.94%
G = 26.52%
B = 50.54%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#404A8D (or 0x404A8D) is known color: Tory Blue. HEX triplet: 40, 4A and 8D. RGB value is (64,74,141). Sum of RGB (Red+Green+Blue) = 64+74+141=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #404A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A8D is #BFB572. Grayscale: #4E4E4E. Windows color (decimal): -12563827 or 9259584. OLE color: 9259584.

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

Color convert

RGB 64 74 141 -
CMYK 0.55 0.48 0 0.45
HSL 232.21º 0.38% 0.4% -
HSV(B) 232.21º 0.55% 0.55% -
XYZ 9.37 7.91 26.23 -
YUV 78.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 64 74 141 0.55 0.48 0 0.45 232.21 0.38 0.4
Hex 40 4A 8D 37 30 0 2D E8 26 28
Octal 100 112 215 67 60 0 55 350 46 50
Binary 1000000 1001010 10001101 110111 110000 0 101101 11101000 100110 101000

Color Harmonies of #404A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A8D

Black with #404A8D

Text Example


Text Example

White with #404A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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