Html Css Color HEX #404C8E Tory Blue

📋 copy color: '#404C8E'

red 64 ◦ green 76 ◦ blue 142

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

Shades of Tory Blue #404C8E

Tints of Tory Blue #404C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 22.7%
G = 26.95%
B = 50.35%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#404C8E (or 0x404C8E) is known color: Tory Blue. HEX triplet: 40, 4C and 8E. RGB value is (64,76,142). Sum of RGB (Red+Green+Blue) = 64+76+142=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #404C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C8E is #BFB371. Grayscale: #4F4F4F. Windows color (decimal): -12563314 or 9325632. OLE color: 9325632.

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

Color convert

RGB 64 76 142 -
CMYK 0.55 0.46 0 0.44
HSL 230.77º 0.38% 0.4% -
HSV(B) 230.77º 0.55% 0.56% -
XYZ 9.58 8.21 26.67 -
YUV 79.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 64 76 142 0.55 0.46 0 0.44 230.77 0.38 0.4
Hex 40 4C 8E 37 2E 0 2C E7 26 28
Octal 100 114 216 67 56 0 54 347 46 50
Binary 1000000 1001100 10001110 110111 101110 0 101100 11100111 100110 101000

Color Harmonies of #404C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C8E

Black with #404C8E

Text Example


Text Example

White with #404C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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