Html Css Color HEX #404F96 Tory Blue

📋 copy color: '#404F96'

red 64 ◦ green 79 ◦ blue 150

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

Shades of Tory Blue #404F96

Tints of Tory Blue #404F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.19%

R = 21.84%
G = 26.96%
B = 51.19%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#404F96 (or 0x404F96) is known color: Tory Blue. HEX triplet: 40, 4F and 96. RGB value is (64,79,150). Sum of RGB (Red+Green+Blue) = 64+79+150=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #404F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F96 is #BFB069. Grayscale: #525252. Windows color (decimal): -12562538 or 9850688. OLE color: 9850688.

HSL color Cylindrical-coordinate representation of color #404F96: hue angle of 229.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404F96 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 79 150 -
CMYK 0.57 0.47 0 0.41
HSL 229.53º 0.4% 0.42% -
HSV(B) 229.53º 0.57% 0.59% -
XYZ 10.42 8.88 30.02 -
YUV 82.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 64 79 150 0.57 0.47 0 0.41 229.53 0.4 0.42
Hex 40 4F 96 39 2F 0 29 E6 28 2A
Octal 100 117 226 71 57 0 51 346 50 52
Binary 1000000 1001111 10010110 111001 101111 0 101001 11100110 101000 101010

Color Harmonies of #404F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F96

Black with #404F96

Text Example


Text Example

White with #404F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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