#406AFF

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

Shades of Royal Blue #406AFF

Tints of Royal Blue #406AFF

Color information

#406AFF (or 0x406AFF) is unknown color: approx Royal Blue. HEX triplet: 40, 6A and FF. RGB value is (64,106,255). Sum of RGB (Red+Green+Blue) = 64+106+255=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #406AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AFF is #BF9500. Grayscale: #6D6D6D. Windows color (decimal): -12555521 or 16738880. OLE color: 16738880.

HSL color Cylindrical-coordinate representation of color #406AFF: hue angle of 226.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406AFF is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64106255-
CMYK0.750.5800
HSL226.81º100%62.55%-
HSV(B)226.81º74.9%100%-
XYZ25.3218.6296.87-
YUV110.43209.5994.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.06%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 255 (100% from 255) = 60%
R=15.06%
G=24.94%
B=60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641062550.750.5800226.8110062.55
Hex406AFF4B3A00e3643f
Octal100152377113720034314477
Binary1000000110101011111111100101111101000111000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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