Html Css Color HEX #404F8A Tory Blue

📋 copy color: '#404F8A'

red 64 ◦ green 79 ◦ blue 138

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

Shades of Tory Blue #404F8A

Tints of Tory Blue #404F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.11%

R = 22.78%
G = 28.11%
B = 49.11%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404F8A (or 0x404F8A) is known color: Tory Blue. HEX triplet: 40, 4F and 8A. RGB value is (64,79,138). Sum of RGB (Red+Green+Blue) = 64+79+138=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #404F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F8A is #BFB075. Grayscale: #505050. Windows color (decimal): -12562550 or 9064256. OLE color: 9064256.

HSL color Cylindrical-coordinate representation of color #404F8A: hue angle of 227.84º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404F8A is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 79 138 -
CMYK 0.54 0.43 0 0.46
HSL 227.84º 0.37% 0.4% -
HSV(B) 227.84º 0.54% 0.54% -
XYZ 9.5 8.52 25.19 -
YUV 81.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 64 79 138 0.54 0.43 0 0.46 227.84 0.37 0.4
Hex 40 4F 8A 36 2B 0 2E E4 25 28
Octal 100 117 212 66 53 0 56 344 45 50
Binary 1000000 1001111 10001010 110110 101011 0 101110 11100100 100101 101000

Color Harmonies of #404F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F8A

Black with #404F8A

Text Example


Text Example

White with #404F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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