Html Css Color HEX #404F81 Tory Blue

📋 copy color: '#404F81'

red 64 ◦ green 79 ◦ blue 129

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

Shades of Tory Blue #404F81

Tints of Tory Blue #404F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

 BLUE value IS 129 (50.78% from 255) = 47.43%

R = 23.53%
G = 29.04%
B = 47.43%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404F81 (or 0x404F81) is known color: Tory Blue. HEX triplet: 40, 4F and 81. RGB value is (64,79,129). Sum of RGB (Red+Green+Blue) = 64+79+129=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #404F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F81 is #BFB07E. Grayscale: #505050. Windows color (decimal): -12562559 or 8474432. OLE color: 8474432.

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

Color convert

RGB 64 79 129 -
CMYK 0.50 0.39 0 0.49
HSL 226.15º 0.34% 0.38% -
HSV(B) 226.15º 0.5% 0.51% -
XYZ 8.87 8.27 21.9 -
YUV 80.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 64 79 129 0.50 0.39 0 0.49 226.15 0.34 0.38
Hex 40 4F 81 32 27 0 31 E2 22 26
Octal 100 117 201 62 47 0 61 342 42 46
Binary 1000000 1001111 10000001 110010 100111 0 110001 11100010 100010 100110

Color Harmonies of #404F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F81

Black with #404F81

Text Example


Text Example

White with #404F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,79,129); }

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

background-color css

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

 a { background-color: rgb(64,79,129); }

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

border-color css

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

 span { border-color: rgb(64,79,129); }

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