Html Css Color HEX #40498B Tory Blue

📋 copy color: '#40498B'

red 64 ◦ green 73 ◦ blue 139

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

Shades of Tory Blue #40498B

Tints of Tory Blue #40498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 23.19%
G = 26.45%
B = 50.36%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40498B (or 0x40498B) is known color: Tory Blue. HEX triplet: 40, 49 and 8B. RGB value is (64,73,139). Sum of RGB (Red+Green+Blue) = 64+73+139=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #40498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498B is #BFB674. Grayscale: #4D4D4D. Windows color (decimal): -12564085 or 9128256. OLE color: 9128256.

HSL color Cylindrical-coordinate representation of color #40498B: hue angle of 232.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40498B is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 73 139 -
CMYK 0.54 0.47 0 0.45
HSL 232.8º 0.37% 0.4% -
HSV(B) 232.8º 0.54% 0.55% -
XYZ 9.16 7.72 25.43 -
YUV 77.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 64 73 139 0.54 0.47 0 0.45 232.8 0.37 0.4
Hex 40 49 8B 36 2F 0 2D E9 25 28
Octal 100 111 213 66 57 0 55 351 45 50
Binary 1000000 1001001 10001011 110110 101111 0 101101 11101001 100101 101000

Color Harmonies of #40498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40498B

Black with #40498B

Text Example


Text Example

White with #40498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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