Html Css Color HEX #404C95 Tory Blue

📋 copy color: '#404C95'

red 64 ◦ green 76 ◦ blue 149

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

Shades of Tory Blue #404C95

Tints of Tory Blue #404C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 22.15%
G = 26.3%
B = 51.56%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#404C95 (or 0x404C95) is known color: Tory Blue. HEX triplet: 40, 4C and 95. RGB value is (64,76,149). Sum of RGB (Red+Green+Blue) = 64+76+149=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #404C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C95 is #BFB36A. Grayscale: #505050. Windows color (decimal): -12563307 or 9784384. OLE color: 9784384.

HSL color Cylindrical-coordinate representation of color #404C95: hue angle of 231.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404C95 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 76 149 -
CMYK 0.57 0.49 0 0.42
HSL 231.53º 0.4% 0.42% -
HSV(B) 231.53º 0.57% 0.58% -
XYZ 10.12 8.43 29.53 -
YUV 80.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 64 76 149 0.57 0.49 0 0.42 231.53 0.4 0.42
Hex 40 4C 95 39 31 0 2A E8 28 2A
Octal 100 114 225 71 61 0 52 350 50 52
Binary 1000000 1001100 10010101 111001 110001 0 101010 11101000 101000 101010

Color Harmonies of #404C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C95

Black with #404C95

Text Example


Text Example

White with #404C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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