Html Css Color HEX #405192 Tory Blue

📋 copy color: '#405192'

red 64 ◦ green 81 ◦ blue 146

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

Shades of Tory Blue #405192

Tints of Tory Blue #405192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 21.99%
G = 27.84%
B = 50.17%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405192 (or 0x405192) is known color: Tory Blue. HEX triplet: 40, 51 and 92. RGB value is (64,81,146). Sum of RGB (Red+Green+Blue) = 64+81+146=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #405192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405192 is #BFAE6D. Grayscale: #535353. Windows color (decimal): -12562030 or 9589056. OLE color: 9589056.

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

Color convert

RGB 64 81 146 -
CMYK 0.56 0.45 0 0.43
HSL 227.56º 0.39% 0.41% -
HSV(B) 227.56º 0.56% 0.57% -
XYZ 10.25 9.05 28.4 -
YUV 83.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 64 81 146 0.56 0.45 0 0.43 227.56 0.39 0.41
Hex 40 51 92 38 2D 0 2B E4 27 29
Octal 100 121 222 70 55 0 53 344 47 51
Binary 1000000 1010001 10010010 111000 101101 0 101011 11100100 100111 101001

Color Harmonies of #405192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405192

Black with #405192

Text Example


Text Example

White with #405192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405192; }

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

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

background-color css

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

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

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

border-color css

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

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

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