Html Css Color HEX #405491 Tory Blue

📋 copy color: '#405491'

red 64 ◦ green 84 ◦ blue 145

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

Shades of Tory Blue #405491

Tints of Tory Blue #405491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

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

R = 21.84%
G = 28.67%
B = 49.49%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405491 (or 0x405491) is known color: Tory Blue. HEX triplet: 40, 54 and 91. RGB value is (64,84,145). Sum of RGB (Red+Green+Blue) = 64+84+145=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #405491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405491 is #BFAB6E. Grayscale: #545454. Windows color (decimal): -12561263 or 9524288. OLE color: 9524288.

HSL color Cylindrical-coordinate representation of color #405491: hue angle of 225.19º 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 #405491 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 84 145 -
CMYK 0.56 0.42 0 0.43
HSL 225.19º 0.39% 0.41% -
HSV(B) 225.19º 0.56% 0.57% -
XYZ 10.4 9.47 28.07 -
YUV 84.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 64 84 145 0.56 0.42 0 0.43 225.19 0.39 0.41
Hex 40 54 91 38 2A 0 2B E1 27 29
Octal 100 124 221 70 52 0 53 341 47 51
Binary 1000000 1010100 10010001 111000 101010 0 101011 11100001 100111 101001

Color Harmonies of #405491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405491

Black with #405491

Text Example


Text Example

White with #405491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405491; }

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

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

background-color css

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

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

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

border-color css

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

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

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