Html Css Color HEX #405092 Tory Blue

📋 copy color: '#405092'

red 64 ◦ green 80 ◦ blue 146

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

Shades of Tory Blue #405092

Tints of Tory Blue #405092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 22.07%
G = 27.59%
B = 50.34%

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

#405092 (or 0x405092) is known color: Tory Blue. HEX triplet: 40, 50 and 92. RGB value is (64,80,146). Sum of RGB (Red+Green+Blue) = 64+80+146=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #405092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405092 is #BFAF6D. Grayscale: #525252. Windows color (decimal): -12562286 or 9588800. OLE color: 9588800.

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

Color convert

RGB 64 80 146 -
CMYK 0.56 0.45 0 0.43
HSL 228.29º 0.39% 0.41% -
HSV(B) 228.29º 0.56% 0.57% -
XYZ 10.17 8.9 28.38 -
YUV 82.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 64 80 146 0.56 0.45 0 0.43 228.29 0.39 0.41
Hex 40 50 92 38 2D 0 2B E4 27 29
Octal 100 120 222 70 55 0 53 344 47 51
Binary 1000000 1010000 10010010 111000 101101 0 101011 11100100 100111 101001

Color Harmonies of #405092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405092

Black with #405092

Text Example


Text Example

White with #405092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405092; }

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

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

background-color css

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

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

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

border-color css

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

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

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