Html Css Color HEX #40498A Tory Blue

📋 copy color: '#40498A'

red 64 ◦ green 73 ◦ blue 138

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

Shades of Tory Blue #40498A

Tints of Tory Blue #40498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 23.27%
G = 26.55%
B = 50.18%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40498A (or 0x40498A) is known color: Tory Blue. HEX triplet: 40, 49 and 8A. RGB value is (64,73,138). Sum of RGB (Red+Green+Blue) = 64+73+138=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #40498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498A is #BFB675. Grayscale: #4D4D4D. Windows color (decimal): -12564086 or 9062720. OLE color: 9062720.

HSL color Cylindrical-coordinate representation of color #40498A: hue angle of 232.7º 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 #40498A is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 73 138 -
CMYK 0.54 0.47 0 0.46
HSL 232.7º 0.37% 0.4% -
HSV(B) 232.7º 0.54% 0.54% -
XYZ 9.08 7.69 25.05 -
YUV 77.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 64 73 138 0.54 0.47 0 0.46 232.7 0.37 0.4
Hex 40 49 8A 36 2F 0 2E E9 25 28
Octal 100 111 212 66 57 0 56 351 45 50
Binary 1000000 1001001 10001010 110110 101111 0 101110 11101001 100101 101000

Color Harmonies of #40498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40498A

Black with #40498A

Text Example


Text Example

White with #40498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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