Html Css Color HEX #40508E Tory Blue

📋 copy color: '#40508E'

red 64 ◦ green 80 ◦ blue 142

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

Shades of Tory Blue #40508E

Tints of Tory Blue #40508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.65%

R = 22.38%
G = 27.97%
B = 49.65%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40508E (or 0x40508E) is known color: Tory Blue. HEX triplet: 40, 50 and 8E. RGB value is (64,80,142). Sum of RGB (Red+Green+Blue) = 64+80+142=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #40508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40508E is #BFAF71. Grayscale: #525252. Windows color (decimal): -12562290 or 9326656. OLE color: 9326656.

HSL color Cylindrical-coordinate representation of color #40508E: hue angle of 227.69º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40508E is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 80 142 -
CMYK 0.55 0.44 0 0.44
HSL 227.69º 0.38% 0.4% -
HSV(B) 227.69º 0.55% 0.56% -
XYZ 9.87 8.78 26.77 -
YUV 82.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 64 80 142 0.55 0.44 0 0.44 227.69 0.38 0.4
Hex 40 50 8E 37 2C 0 2C E4 26 28
Octal 100 120 216 67 54 0 54 344 46 50
Binary 1000000 1010000 10001110 110111 101100 0 101100 11100100 100110 101000

Color Harmonies of #40508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40508E

Black with #40508E

Text Example


Text Example

White with #40508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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