Html Css Color HEX #40498D Tory Blue

📋 copy color: '#40498D'

red 64 ◦ green 73 ◦ blue 141

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

Shades of Tory Blue #40498D

Tints of Tory Blue #40498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.72%

R = 23.02%
G = 26.26%
B = 50.72%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40498D (or 0x40498D) is known color: Tory Blue. HEX triplet: 40, 49 and 8D. RGB value is (64,73,141). Sum of RGB (Red+Green+Blue) = 64+73+141=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #40498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498D is #BFB672. Grayscale: #4D4D4D. Windows color (decimal): -12564083 or 9259328. OLE color: 9259328.

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

Color convert

RGB 64 73 141 -
CMYK 0.55 0.48 0 0.45
HSL 232.99º 0.38% 0.4% -
HSV(B) 232.99º 0.55% 0.55% -
XYZ 9.3 7.78 26.21 -
YUV 78.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 64 73 141 0.55 0.48 0 0.45 232.99 0.38 0.4
Hex 40 49 8D 37 30 0 2D E9 26 28
Octal 100 111 215 67 60 0 55 351 46 50
Binary 1000000 1001001 10001101 110111 110000 0 101101 11101001 100110 101000

Color Harmonies of #40498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40498D

Black with #40498D

Text Example


Text Example

White with #40498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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