Html Css Color HEX #404792 Tory Blue

📋 copy color: '#404792'

red 64 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #404792

Tints of Tory Blue #404792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 22.78%
G = 25.27%
B = 51.96%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#404792 (or 0x404792) is known color: Tory Blue. HEX triplet: 40, 47 and 92. RGB value is (64,71,146). Sum of RGB (Red+Green+Blue) = 64+71+146=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #404792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404792 is #BFB86D. Grayscale: #4D4D4D. Windows color (decimal): -12564590 or 9586496. OLE color: 9586496.

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

Color convert

RGB 64 71 146 -
CMYK 0.56 0.51 0 0.43
HSL 234.88º 0.39% 0.41% -
HSV(B) 234.88º 0.56% 0.57% -
XYZ 9.56 7.67 28.17 -
YUV 77.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 64 71 146 0.56 0.51 0 0.43 234.88 0.39 0.41
Hex 40 47 92 38 33 0 2B EB 27 29
Octal 100 107 222 70 63 0 53 353 47 51
Binary 1000000 1000111 10010010 111000 110011 0 101011 11101011 100111 101001

Color Harmonies of #404792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404792

Black with #404792

Text Example


Text Example

White with #404792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404792; }

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

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

background-color css

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

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

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

border-color css

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

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

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