Html Css Color HEX #404B8D Tory Blue

📋 copy color: '#404B8D'

red 64 ◦ green 75 ◦ blue 141

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

Shades of Tory Blue #404B8D

Tints of Tory Blue #404B8D

RGB

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

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

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

R = 22.86%
G = 26.79%
B = 50.36%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#404B8D (or 0x404B8D) is known color: Tory Blue. HEX triplet: 40, 4B and 8D. RGB value is (64,75,141). Sum of RGB (Red+Green+Blue) = 64+75+141=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #404B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B8D is #BFB472. Grayscale: #4E4E4E. Windows color (decimal): -12563571 or 9259840. OLE color: 9259840.

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

Color convert

RGB 64 75 141 -
CMYK 0.55 0.47 0 0.45
HSL 231.43º 0.38% 0.4% -
HSV(B) 231.43º 0.55% 0.55% -
XYZ 9.44 8.05 26.25 -
YUV 79.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 64 75 141 0.55 0.47 0 0.45 231.43 0.38 0.4
Hex 40 4B 8D 37 2F 0 2D E7 26 28
Octal 100 113 215 67 57 0 55 347 46 50
Binary 1000000 1001011 10001101 110111 101111 0 101101 11100111 100110 101000

Color Harmonies of #404B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B8D

Black with #404B8D

Text Example


Text Example

White with #404B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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