Html Css Color HEX #404F8D Tory Blue

📋 copy color: '#404F8D'

red 64 ◦ green 79 ◦ blue 141

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

Shades of Tory Blue #404F8D

Tints of Tory Blue #404F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

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

R = 22.54%
G = 27.82%
B = 49.65%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#404F8D (or 0x404F8D) is known color: Tory Blue. HEX triplet: 40, 4F and 8D. RGB value is (64,79,141). Sum of RGB (Red+Green+Blue) = 64+79+141=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #404F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F8D is #BFB072. Grayscale: #515151. Windows color (decimal): -12562547 or 9260864. OLE color: 9260864.

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

Color convert

RGB 64 79 141 -
CMYK 0.55 0.44 0 0.45
HSL 228.31º 0.38% 0.4% -
HSV(B) 228.31º 0.55% 0.55% -
XYZ 9.72 8.61 26.35 -
YUV 81.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 64 79 141 0.55 0.44 0 0.45 228.31 0.38 0.4
Hex 40 4F 8D 37 2C 0 2D E4 26 28
Octal 100 117 215 67 54 0 55 344 46 50
Binary 1000000 1001111 10001101 110111 101100 0 101101 11100100 100110 101000

Color Harmonies of #404F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F8D

Black with #404F8D

Text Example


Text Example

White with #404F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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