Html Css Color HEX #40548E Tory Blue

📋 copy color: '#40548E'

red 64 ◦ green 84 ◦ blue 142

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

Shades of Tory Blue #40548E

Tints of Tory Blue #40548E

RGB

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

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

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

R = 22.07%
G = 28.97%
B = 48.97%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40548E (or 0x40548E) is known color: Tory Blue. HEX triplet: 40, 54 and 8E. RGB value is (64,84,142). Sum of RGB (Red+Green+Blue) = 64+84+142=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #40548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40548E is #BFAB71. Grayscale: #545454. Windows color (decimal): -12561266 or 9327680. OLE color: 9327680.

HSL color Cylindrical-coordinate representation of color #40548E: hue angle of 224.62º 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 #40548E is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 84 142 -
CMYK 0.55 0.41 0 0.44
HSL 224.62º 0.38% 0.4% -
HSV(B) 224.62º 0.55% 0.56% -
XYZ 10.17 9.38 26.87 -
YUV 84.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 64 84 142 0.55 0.41 0 0.44 224.62 0.38 0.4
Hex 40 54 8E 37 29 0 2C E1 26 28
Octal 100 124 216 67 51 0 54 341 46 50
Binary 1000000 1010100 10001110 110111 101001 0 101100 11100001 100110 101000

Color Harmonies of #40548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40548E

Black with #40548E

Text Example


Text Example

White with #40548E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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