Html Css Color HEX #405492 Tory Blue

📋 copy color: '#405492'

red 64 ◦ green 84 ◦ blue 146

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

Shades of Tory Blue #405492

Tints of Tory Blue #405492

RGB

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

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

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

R = 21.77%
G = 28.57%
B = 49.66%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405492 (or 0x405492) is known color: Tory Blue. HEX triplet: 40, 54 and 92. RGB value is (64,84,146). Sum of RGB (Red+Green+Blue) = 64+84+146=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #405492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405492 is #BFAB6D. Grayscale: #545454. Windows color (decimal): -12561262 or 9589824. OLE color: 9589824.

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

Color convert

RGB 64 84 146 -
CMYK 0.56 0.42 0 0.43
HSL 225.37º 0.39% 0.41% -
HSV(B) 225.37º 0.56% 0.57% -
XYZ 10.47 9.51 28.48 -
YUV 85.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 64 84 146 0.56 0.42 0 0.43 225.37 0.39 0.41
Hex 40 54 92 38 2A 0 2B E1 27 29
Octal 100 124 222 70 52 0 53 341 47 51
Binary 1000000 1010100 10010010 111000 101010 0 101011 11100001 100111 101001

Color Harmonies of #405492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405492

Black with #405492

Text Example


Text Example

White with #405492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405492; }

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

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

background-color css

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

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

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

border-color css

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

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

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