Html Css Color HEX #404D82 Tory Blue

📋 copy color: '#404D82'

red 64 ◦ green 77 ◦ blue 130

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

Shades of Tory Blue #404D82

Tints of Tory Blue #404D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 23.62%
G = 28.41%
B = 47.97%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404D82 (or 0x404D82) is known color: Tory Blue. HEX triplet: 40, 4D and 82. RGB value is (64,77,130). Sum of RGB (Red+Green+Blue) = 64+77+130=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #404D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D82 is #BFB27D. Grayscale: #4E4E4E. Windows color (decimal): -12563070 or 8539456. OLE color: 8539456.

HSL color Cylindrical-coordinate representation of color #404D82: hue angle of 228.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404D82 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 77 130 -
CMYK 0.51 0.41 0 0.49
HSL 228.18º 0.34% 0.38% -
HSV(B) 228.18º 0.51% 0.51% -
XYZ 8.8 8.01 22.2 -
YUV 79.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 64 77 130 0.51 0.41 0 0.49 228.18 0.34 0.38
Hex 40 4D 82 33 29 0 31 E4 22 26
Octal 100 115 202 63 51 0 61 344 42 46
Binary 1000000 1001101 10000010 110011 101001 0 110001 11100100 100010 100110

Color Harmonies of #404D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D82

Black with #404D82

Text Example


Text Example

White with #404D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404D82; }

 p { color: rgb(64,77,130); }

 H1.HeaderClassName
 {
   color: #404D82;
 }
 .AnyTagClassName
 {
   color: #404D82;
 }
</style>

background-color css

<style>
 a { background-color: #404D82; }

 a { background-color: rgb(64,77,130); }

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

border-color css

<style>
 span { border-color: #404D82; }

 span { border-color: rgb(64,77,130); }

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