Html Css Color HEX #404988 Tory Blue

📋 copy color: '#404988'

red 64 ◦ green 73 ◦ blue 136

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

Shades of Tory Blue #404988

Tints of Tory Blue #404988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 23.44%
G = 26.74%
B = 49.82%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#404988 (or 0x404988) is known color: Tory Blue. HEX triplet: 40, 49 and 88. RGB value is (64,73,136). Sum of RGB (Red+Green+Blue) = 64+73+136=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #404988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404988 is #BFB677. Grayscale: #4D4D4D. Windows color (decimal): -12564088 or 8931648. OLE color: 8931648.

HSL color Cylindrical-coordinate representation of color #404988: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404988 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 73 136 -
CMYK 0.53 0.46 0 0.47
HSL 232.5º 0.36% 0.39% -
HSV(B) 232.5º 0.53% 0.53% -
XYZ 8.94 7.63 24.29 -
YUV 77.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 64 73 136 0.53 0.46 0 0.47 232.5 0.36 0.39
Hex 40 49 88 35 2E 0 2F E8 24 27
Octal 100 111 210 65 56 0 57 350 44 47
Binary 1000000 1001001 10001000 110101 101110 0 101111 11101000 100100 100111

Color Harmonies of #404988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404988

Black with #404988

Text Example


Text Example

White with #404988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404988; }

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

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

background-color css

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

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

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

border-color css

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

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

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