Html Css Color HEX #40518A Tory Blue

📋 copy color: '#40518A'

red 64 ◦ green 81 ◦ blue 138

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

Shades of Tory Blue #40518A

Tints of Tory Blue #40518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 22.61%
G = 28.62%
B = 48.76%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40518A (or 0x40518A) is known color: Tory Blue. HEX triplet: 40, 51 and 8A. RGB value is (64,81,138). Sum of RGB (Red+Green+Blue) = 64+81+138=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #40518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40518A is #BFAE75. Grayscale: #525252. Windows color (decimal): -12562038 or 9064768. OLE color: 9064768.

HSL color Cylindrical-coordinate representation of color #40518A: hue angle of 226.22º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40518A is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 81 138 -
CMYK 0.54 0.41 0 0.46
HSL 226.22º 0.37% 0.4% -
HSV(B) 226.22º 0.54% 0.54% -
XYZ 9.64 8.81 25.24 -
YUV 82.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 64 81 138 0.54 0.41 0 0.46 226.22 0.37 0.4
Hex 40 51 8A 36 29 0 2E E2 25 28
Octal 100 121 212 66 51 0 56 342 45 50
Binary 1000000 1010001 10001010 110110 101001 0 101110 11100010 100101 101000

Color Harmonies of #40518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40518A

Black with #40518A

Text Example


Text Example

White with #40518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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