Html Css Color HEX #404793 Tory Blue

📋 copy color: '#404793'

red 64 ◦ green 71 ◦ blue 147

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

Shades of Tory Blue #404793

Tints of Tory Blue #404793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

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

R = 22.7%
G = 25.18%
B = 52.13%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#404793 (or 0x404793) is known color: Tory Blue. HEX triplet: 40, 47 and 93. RGB value is (64,71,147). Sum of RGB (Red+Green+Blue) = 64+71+147=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #404793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404793 is #BFB86C. Grayscale: #4D4D4D. Windows color (decimal): -12564589 or 9652032. OLE color: 9652032.

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

Color convert

RGB 64 71 147 -
CMYK 0.56 0.52 0 0.42
HSL 234.94º 0.39% 0.41% -
HSV(B) 234.94º 0.56% 0.58% -
XYZ 9.63 7.7 28.58 -
YUV 77.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 64 71 147 0.56 0.52 0 0.42 234.94 0.39 0.41
Hex 40 47 93 38 34 0 2A EB 27 29
Octal 100 107 223 70 64 0 52 353 47 51
Binary 1000000 1000111 10010011 111000 110100 0 101010 11101011 100111 101001

Color Harmonies of #404793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404793

Black with #404793

Text Example


Text Example

White with #404793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404793; }

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

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

background-color css

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

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

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

border-color css

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

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

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