Html Css Color HEX #405091 Tory Blue

📋 copy color: '#405091'

red 64 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #405091

Tints of Tory Blue #405091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

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

R = 22.15%
G = 27.68%
B = 50.17%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405091 (or 0x405091) is known color: Tory Blue. HEX triplet: 40, 50 and 91. RGB value is (64,80,145). Sum of RGB (Red+Green+Blue) = 64+80+145=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #405091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405091 is #BFAF6E. Grayscale: #525252. Windows color (decimal): -12562287 or 9523264. OLE color: 9523264.

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

Color convert

RGB 64 80 145 -
CMYK 0.56 0.45 0 0.43
HSL 228.15º 0.39% 0.41% -
HSV(B) 228.15º 0.56% 0.57% -
XYZ 10.09 8.87 27.97 -
YUV 82.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 64 80 145 0.56 0.45 0 0.43 228.15 0.39 0.41
Hex 40 50 91 38 2D 0 2B E4 27 29
Octal 100 120 221 70 55 0 53 344 47 51
Binary 1000000 1010000 10010001 111000 101101 0 101011 11100100 100111 101001

Color Harmonies of #405091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405091

Black with #405091

Text Example


Text Example

White with #405091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405091; }

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

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

background-color css

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

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

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

border-color css

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

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

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