Html Css Color HEX #405692 Tory Blue

📋 copy color: '#405692'

red 64 ◦ green 86 ◦ blue 146

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

Shades of Tory Blue #405692

Tints of Tory Blue #405692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

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

R = 21.62%
G = 29.05%
B = 49.32%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405692 (or 0x405692) is known color: Tory Blue. HEX triplet: 40, 56 and 92. RGB value is (64,86,146). Sum of RGB (Red+Green+Blue) = 64+86+146=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #405692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405692 is #BFA96D. Grayscale: #565656. Windows color (decimal): -12560750 or 9590336. OLE color: 9590336.

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

Color convert

RGB 64 86 146 -
CMYK 0.56 0.41 0 0.43
HSL 223.9º 0.39% 0.41% -
HSV(B) 223.9º 0.56% 0.57% -
XYZ 10.63 9.82 28.53 -
YUV 86.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 64 86 146 0.56 0.41 0 0.43 223.9 0.39 0.41
Hex 40 56 92 38 29 0 2B E0 27 29
Octal 100 126 222 70 51 0 53 340 47 51
Binary 1000000 1010110 10010010 111000 101001 0 101011 11100000 100111 101001

Color Harmonies of #405692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405692

Black with #405692

Text Example


Text Example

White with #405692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405692; }

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

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

background-color css

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

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

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

border-color css

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

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

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