Html Css Color HEX #405193 Tory Blue

📋 copy color: '#405193'

red 64 ◦ green 81 ◦ blue 147

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

Shades of Tory Blue #405193

Tints of Tory Blue #405193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 21.92%
G = 27.74%
B = 50.34%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#405193 (or 0x405193) is known color: Tory Blue. HEX triplet: 40, 51 and 93. RGB value is (64,81,147). Sum of RGB (Red+Green+Blue) = 64+81+147=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #405193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405193 is #BFAE6C. Grayscale: #535353. Windows color (decimal): -12562029 or 9654592. OLE color: 9654592.

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

Color convert

RGB 64 81 147 -
CMYK 0.56 0.45 0 0.42
HSL 227.71º 0.39% 0.41% -
HSV(B) 227.71º 0.56% 0.58% -
XYZ 10.32 9.08 28.81 -
YUV 83.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 64 81 147 0.56 0.45 0 0.42 227.71 0.39 0.41
Hex 40 51 93 38 2D 0 2A E4 27 29
Octal 100 121 223 70 55 0 52 344 47 51
Binary 1000000 1010001 10010011 111000 101101 0 101010 11100100 100111 101001

Color Harmonies of #405193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405193

Black with #405193

Text Example


Text Example

White with #405193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405193; }

 p { color: rgb(64,81,147); }

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

background-color css

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

 a { background-color: rgb(64,81,147); }

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

border-color css

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

 span { border-color: rgb(64,81,147); }

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