#406FC9

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

Shades of Royal Blue #406FC9

Tints of Royal Blue #406FC9

Color information

#406FC9 (or 0x406FC9) is unknown color: approx Royal Blue. HEX triplet: 40, 6F and C9. RGB value is (64,111,201). Sum of RGB (Red+Green+Blue) = 64+111+201=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #406FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FC9 is #BF9036. Grayscale: #6A6A6A. Windows color (decimal): -12554295 or 13201216. OLE color: 13201216.

HSL color Cylindrical-coordinate representation of color #406FC9: hue angle of 219.42º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406FC9 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64111201-
CMYK0.680.4500.21
HSL219.42º55.92%51.96%-
HSV(B)219.42º68.16%78.82%-
XYZ18.3416.6857.51-
YUV107.21180.9397.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.02%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=17.02%
G=29.52%
B=53.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641112010.680.4500.21219.4255.9251.96
Hex406FC9442D015db3834
Octal100157311104550253337064
Binary1000000110111111001001100010010110101010111011011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,201); }

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

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

 a { background-color: rgb(64,111,201); }

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

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

 span { border-color: rgb(64,111,201); }

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