Html Css Color HEX #404F98 Tory Blue

📋 copy color: '#404F98'

red 64 ◦ green 79 ◦ blue 152

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

Shades of Tory Blue #404F98

Tints of Tory Blue #404F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.53%

R = 21.69%
G = 26.78%
B = 51.53%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#404F98 (or 0x404F98) is known color: Tory Blue. HEX triplet: 40, 4F and 98. RGB value is (64,79,152). Sum of RGB (Red+Green+Blue) = 64+79+152=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #404F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F98 is #BFB067. Grayscale: #525252. Windows color (decimal): -12562536 or 9981760. OLE color: 9981760.

HSL color Cylindrical-coordinate representation of color #404F98: hue angle of 229.77º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #404F98 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 79 152 -
CMYK 0.58 0.48 0 0.40
HSL 229.77º 0.41% 0.42% -
HSV(B) 229.77º 0.58% 0.6% -
XYZ 10.58 8.95 30.88 -
YUV 82.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 64 79 152 0.58 0.48 0 0.40 229.77 0.41 0.42
Hex 40 4F 98 3A 30 0 28 E6 29 2A
Octal 100 117 230 72 60 0 50 346 51 52
Binary 1000000 1001111 10011000 111010 110000 0 101000 11100110 101001 101010

Color Harmonies of #404F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F98

Black with #404F98

Text Example


Text Example

White with #404F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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