Html Css Color HEX #405794 Tory Blue

📋 copy color: '#405794'

red 64 ◦ green 87 ◦ blue 148

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

Shades of Tory Blue #405794

Tints of Tory Blue #405794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 21.4%
G = 29.1%
B = 49.5%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#405794 (or 0x405794) is known color: Tory Blue. HEX triplet: 40, 57 and 94. RGB value is (64,87,148). Sum of RGB (Red+Green+Blue) = 64+87+148=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #405794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405794 is #BFA86B. Grayscale: #565656. Windows color (decimal): -12560492 or 9721664. OLE color: 9721664.

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

Color convert

RGB 64 87 148 -
CMYK 0.57 0.41 0 0.42
HSL 223.57º 0.4% 0.42% -
HSV(B) 223.57º 0.57% 0.58% -
XYZ 10.87 10.04 29.38 -
YUV 87.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 64 87 148 0.57 0.41 0 0.42 223.57 0.4 0.42
Hex 40 57 94 39 29 0 2A E0 28 2A
Octal 100 127 224 71 51 0 52 340 50 52
Binary 1000000 1010111 10010100 111001 101001 0 101010 11100000 101000 101010

Color Harmonies of #405794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405794

Black with #405794

Text Example


Text Example

White with #405794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405794; }

 p { color: rgb(64,87,148); }

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

background-color css

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

 a { background-color: rgb(64,87,148); }

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

border-color css

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

 span { border-color: rgb(64,87,148); }

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