Html Css Color HEX #404893 Tory Blue

📋 copy color: '#404893'

red 64 ◦ green 72 ◦ blue 147

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

Shades of Tory Blue #404893

Tints of Tory Blue #404893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 22.61%
G = 25.44%
B = 51.94%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#404893 (or 0x404893) is known color: Tory Blue. HEX triplet: 40, 48 and 93. RGB value is (64,72,147). Sum of RGB (Red+Green+Blue) = 64+72+147=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #404893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404893 is #BFB76C. Grayscale: #4D4D4D. Windows color (decimal): -12564333 or 9652288. OLE color: 9652288.

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

Color convert

RGB 64 72 147 -
CMYK 0.56 0.51 0 0.42
HSL 234.22º 0.39% 0.41% -
HSV(B) 234.22º 0.56% 0.58% -
XYZ 9.7 7.83 28.6 -
YUV 78.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 64 72 147 0.56 0.51 0 0.42 234.22 0.39 0.41
Hex 40 48 93 38 33 0 2A EA 27 29
Octal 100 110 223 70 63 0 52 352 47 51
Binary 1000000 1001000 10010011 111000 110011 0 101010 11101010 100111 101001

Color Harmonies of #404893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404893

Black with #404893

Text Example


Text Example

White with #404893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404893; }

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

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

background-color css

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

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

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

border-color css

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

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

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