Html Css Color HEX #405496 Tory Blue

📋 copy color: '#405496'

red 64 ◦ green 84 ◦ blue 150

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

Shades of Tory Blue #405496

Tints of Tory Blue #405496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

 BLUE value IS 150 (58.98% from 255) = 50.34%

R = 21.48%
G = 28.19%
B = 50.34%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#405496 (or 0x405496) is known color: Tory Blue. HEX triplet: 40, 54 and 96. RGB value is (64,84,150). Sum of RGB (Red+Green+Blue) = 64+84+150=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #405496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405496 is #BFAB69. Grayscale: #555555. Windows color (decimal): -12561258 or 9851968. OLE color: 9851968.

HSL color Cylindrical-coordinate representation of color #405496: hue angle of 226.05º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #405496 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 84 150 -
CMYK 0.57 0.44 0 0.41
HSL 226.05º 0.4% 0.42% -
HSV(B) 226.05º 0.57% 0.59% -
XYZ 10.79 9.63 30.14 -
YUV 85.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 64 84 150 0.57 0.44 0 0.41 226.05 0.4 0.42
Hex 40 54 96 39 2C 0 29 E2 28 2A
Octal 100 124 226 71 54 0 51 342 50 52
Binary 1000000 1010100 10010110 111001 101100 0 101001 11100010 101000 101010

Color Harmonies of #405496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405496

Black with #405496

Text Example


Text Example

White with #405496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405496; }

 p { color: rgb(64,84,150); }

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

background-color css

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

 a { background-color: rgb(64,84,150); }

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

border-color css

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

 span { border-color: rgb(64,84,150); }

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