Html Css Color HEX #404C7F Tory Blue

📋 copy color: '#404C7F'

red 64 ◦ green 76 ◦ blue 127

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

Shades of Tory Blue #404C7F

Tints of Tory Blue #404C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.57%

R = 23.97%
G = 28.46%
B = 47.57%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#404C7F (or 0x404C7F) is known color: Tory Blue. HEX triplet: 40, 4C and 7F. RGB value is (64,76,127). Sum of RGB (Red+Green+Blue) = 64+76+127=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #404C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C7F is #BFB380. Grayscale: #4E4E4E. Windows color (decimal): -12563329 or 8342592. OLE color: 8342592.

HSL color Cylindrical-coordinate representation of color #404C7F: hue angle of 228.57º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404C7F is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 76 127 -
CMYK 0.50 0.40 0 0.50
HSL 228.57º 0.33% 0.37% -
HSV(B) 228.57º 0.5% 0.5% -
XYZ 8.53 7.79 21.13 -
YUV 78.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 64 76 127 0.50 0.40 0 0.50 228.57 0.33 0.37
Hex 40 4C 7F 32 28 0 32 E5 21 25
Octal 100 114 177 62 50 0 62 345 41 45
Binary 1000000 1001100 1111111 110010 101000 0 110010 11100101 100001 100101

Color Harmonies of #404C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C7F

Black with #404C7F

Text Example


Text Example

White with #404C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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