Html Css Color HEX #405792 Tory Blue

📋 copy color: '#405792'

red 64 ◦ green 87 ◦ blue 146

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

Shades of Tory Blue #405792

Tints of Tory Blue #405792

RGB

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

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

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

R = 21.55%
G = 29.29%
B = 49.16%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405792 (or 0x405792) is known color: Tory Blue. HEX triplet: 40, 57 and 92. RGB value is (64,87,146). Sum of RGB (Red+Green+Blue) = 64+87+146=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #405792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405792 is #BFA86D. Grayscale: #565656. Windows color (decimal): -12560494 or 9590592. OLE color: 9590592.

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

Color convert

RGB 64 87 146 -
CMYK 0.56 0.40 0 0.43
HSL 223.17º 0.39% 0.41% -
HSV(B) 223.17º 0.56% 0.57% -
XYZ 10.71 9.98 28.56 -
YUV 86.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 64 87 146 0.56 0.40 0 0.43 223.17 0.39 0.41
Hex 40 57 92 38 28 0 2B DF 27 29
Octal 100 127 222 70 50 0 53 337 47 51
Binary 1000000 1010111 10010010 111000 101000 0 101011 11011111 100111 101001

Color Harmonies of #405792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405792

Black with #405792

Text Example


Text Example

White with #405792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405792; }

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

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

background-color css

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

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

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

border-color css

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

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

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