Html Css Color HEX #404C90 Tory Blue

📋 copy color: '#404C90'

red 64 ◦ green 76 ◦ blue 144

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

Shades of Tory Blue #404C90

Tints of Tory Blue #404C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 22.54%
G = 26.76%
B = 50.7%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#404C90 (or 0x404C90) is known color: Tory Blue. HEX triplet: 40, 4C and 90. RGB value is (64,76,144). Sum of RGB (Red+Green+Blue) = 64+76+144=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #404C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C90 is #BFB36F. Grayscale: #4F4F4F. Windows color (decimal): -12563312 or 9456704. OLE color: 9456704.

HSL color Cylindrical-coordinate representation of color #404C90: hue angle of 231º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404C90 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 76 144 -
CMYK 0.56 0.47 0 0.44
HSL 231º 0.38% 0.41% -
HSV(B) 231º 0.56% 0.56% -
XYZ 9.73 8.27 27.47 -
YUV 80.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 64 76 144 0.56 0.47 0 0.44 231 0.38 0.41
Hex 40 4C 90 38 2F 0 2C E7 26 29
Octal 100 114 220 70 57 0 54 347 46 51
Binary 1000000 1001100 10010000 111000 101111 0 101100 11100111 100110 101001

Color Harmonies of #404C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C90

Black with #404C90

Text Example


Text Example

White with #404C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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