Html Css Color HEX #404FE4 Royal Blue

📋 copy color: '#404FE4'

red 64 ◦ green 79 ◦ blue 228

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

Shades of Royal Blue #404FE4

Tints of Royal Blue #404FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 61.46%

R = 17.25%
G = 21.29%
B = 61.46%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#404FE4 (or 0x404FE4) is known color: Royal Blue. HEX triplet: 40, 4F and E4. RGB value is (64,79,228). Sum of RGB (Red+Green+Blue) = 64+79+228=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #404FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FE4 is #BFB01B. Grayscale: #5A5A5A. Windows color (decimal): -12562460 or 14962496. OLE color: 14962496.

HSL color Cylindrical-coordinate representation of color #404FE4: hue angle of 234.51º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404FE4 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 79 228 -
CMYK 0.72 0.65 0 0.11
HSL 234.51º 0.75% 0.57% -
HSV(B) 234.51º 0.72% 0.89% -
XYZ 18.91 12.28 74.77 -
YUV 91.5 205.03 108.38 -
System Red Green Blue C M Y K H S L
Decimal 64 79 228 0.72 0.65 0 0.11 234.51 0.75 0.57
Hex 40 4F E4 48 41 0 B EB 4B 39
Octal 100 117 344 110 101 0 13 353 113 71
Binary 1000000 1001111 11100100 1001000 1000001 0 1011 11101011 1001011 111001

Color Harmonies of #404FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404FE4

Black with #404FE4

Text Example


Text Example

White with #404FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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