Html Css Color HEX #404891 Tory Blue

📋 copy color: '#404891'

red 64 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #404891

Tints of Tory Blue #404891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 22.78%
G = 25.62%
B = 51.6%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#404891 (or 0x404891) is known color: Tory Blue. HEX triplet: 40, 48 and 91. RGB value is (64,72,145). Sum of RGB (Red+Green+Blue) = 64+72+145=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #404891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404891 is #BFB76E. Grayscale: #4D4D4D. Windows color (decimal): -12564335 or 9521216. OLE color: 9521216.

HSL color Cylindrical-coordinate representation of color #404891: hue angle of 234.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404891 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 72 145 -
CMYK 0.56 0.50 0 0.43
HSL 234.07º 0.39% 0.41% -
HSV(B) 234.07º 0.56% 0.57% -
XYZ 9.54 7.77 27.78 -
YUV 77.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 64 72 145 0.56 0.50 0 0.43 234.07 0.39 0.41
Hex 40 48 91 38 32 0 2B EA 27 29
Octal 100 110 221 70 62 0 53 352 47 51
Binary 1000000 1001000 10010001 111000 110010 0 101011 11101010 100111 101001

Color Harmonies of #404891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404891

Black with #404891

Text Example


Text Example

White with #404891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404891; }

 p { color: rgb(64,72,145); }

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

background-color css

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

 a { background-color: rgb(64,72,145); }

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

border-color css

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

 span { border-color: rgb(64,72,145); }

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