Html Css Color HEX #40498C Tory Blue

📋 copy color: '#40498C'

red 64 ◦ green 73 ◦ blue 140

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

Shades of Tory Blue #40498C

Tints of Tory Blue #40498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 23.1%
G = 26.35%
B = 50.54%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40498C (or 0x40498C) is known color: Tory Blue. HEX triplet: 40, 49 and 8C. RGB value is (64,73,140). Sum of RGB (Red+Green+Blue) = 64+73+140=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #40498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498C is #BFB673. Grayscale: #4D4D4D. Windows color (decimal): -12564084 or 9193792. OLE color: 9193792.

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

Color convert

RGB 64 73 140 -
CMYK 0.54 0.48 0 0.45
HSL 232.89º 0.37% 0.4% -
HSV(B) 232.89º 0.54% 0.55% -
XYZ 9.23 7.75 25.82 -
YUV 77.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 64 73 140 0.54 0.48 0 0.45 232.89 0.37 0.4
Hex 40 49 8C 36 30 0 2D E9 25 28
Octal 100 111 214 66 60 0 55 351 45 50
Binary 1000000 1001001 10001100 110110 110000 0 101101 11101001 100101 101000

Color Harmonies of #40498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40498C

Black with #40498C

Text Example


Text Example

White with #40498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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