Html Css Color HEX #40488D Tory Blue

📋 copy color: '#40488D'

red 64 ◦ green 72 ◦ blue 141

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

Shades of Tory Blue #40488D

Tints of Tory Blue #40488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

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

R = 23.1%
G = 25.99%
B = 50.9%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40488D (or 0x40488D) is known color: Tory Blue. HEX triplet: 40, 48 and 8D. RGB value is (64,72,141). Sum of RGB (Red+Green+Blue) = 64+72+141=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #40488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40488D is #BFB772. Grayscale: #4D4D4D. Windows color (decimal): -12564339 or 9259072. OLE color: 9259072.

HSL color Cylindrical-coordinate representation of color #40488D: hue angle of 233.77º 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 #40488D is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 72 141 -
CMYK 0.55 0.49 0 0.45
HSL 233.77º 0.38% 0.4% -
HSV(B) 233.77º 0.55% 0.55% -
XYZ 9.24 7.65 26.19 -
YUV 77.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 64 72 141 0.55 0.49 0 0.45 233.77 0.38 0.4
Hex 40 48 8D 37 31 0 2D EA 26 28
Octal 100 110 215 67 61 0 55 352 46 50
Binary 1000000 1001000 10001101 110111 110001 0 101101 11101010 100110 101000

Color Harmonies of #40488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40488D

Black with #40488D

Text Example


Text Example

White with #40488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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