#406BD1

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

Shades of Royal Blue #406BD1

Tints of Royal Blue #406BD1

Color information

#406BD1 (or 0x406BD1) is unknown color: approx Royal Blue. HEX triplet: 40, 6B and D1. RGB value is (64,107,209). Sum of RGB (Red+Green+Blue) = 64+107+209=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #406BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BD1 is #BF942E. Grayscale: #696969. Windows color (decimal): -12555311 or 13724480. OLE color: 13724480.

HSL color Cylindrical-coordinate representation of color #406BD1: hue angle of 222.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406BD1 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64107209-
CMYK0.690.4900.18
HSL222.21º61.18%53.53%-
HSV(B)222.21º69.38%81.96%-
XYZ18.8816.2162.46-
YUV105.77186.2598.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 209 (82.03% from 255) = 55%
R=16.84%
G=28.16%
B=55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641072090.690.4900.18222.2161.1853.53
Hex406BD14531012de3d36
Octal100153321105610223367566
Binary1000000110101111010001100010111000101001011011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,107,209); }

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

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

 a { background-color: rgb(64,107,209); }

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

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

 span { border-color: rgb(64,107,209); }

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