#406AE5

Color #406AE5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #406AE5

Tints of Royal Blue #406AE5

Color information

#406AE5 (or 0x406AE5) is unknown color: approx Royal Blue. HEX triplet: 40, 6A and E5. RGB value is (64,106,229). Sum of RGB (Red+Green+Blue) = 64+106+229=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #406AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AE5 is #BF951A. Grayscale: #6A6A6A. Windows color (decimal): -12555547 or 15034944. OLE color: 15034944.

HSL color Cylindrical-coordinate representation of color #406AE5: hue angle of 224.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #406AE5 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB64106229-
CMYK0.720.5400.10
HSL224.73º76.04%57.45%-
HSV(B)224.73º72.05%89.8%-
XYZ21.4117.0676.29-
YUV107.46196.5997-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.04%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 229 (89.84% from 255) = 57.39%
R=16.04%
G=26.57%
B=57.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal641062290.720.5400.10224.7376.0457.45
Hex406AE548360Ae14c39
Octal1001523451106601234111471
Binary1000000110101011100101100100011011001010111000011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406AE5; }

 p { color: rgb(64,106,229); }

 H1.HeaderClassName
 {
   color: #406AE5;
 }
 .AnyTagClassName
 {
   color: #406AE5;
 }
</style>
background-color css

<style>
 a { background-color: #406AE5; }

 a { background-color: rgb(64,106,229); }

 div.DivClassName
 {
   background-color: #406AE5;
 }
 .BgClassName
 {
   background-color: #406AE5;
 }
</style>
border-color css

<style>
 span { border-color: #406AE5; }

 span { border-color: rgb(64,106,229); }

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