#406ECB

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

Shades of Royal Blue #406ECB

Tints of Royal Blue #406ECB

Color information

#406ECB (or 0x406ECB) is unknown color: approx Royal Blue. HEX triplet: 40, 6E and CB. RGB value is (64,110,203). Sum of RGB (Red+Green+Blue) = 64+110+203=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #406ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ECB is #BF9134. Grayscale: #6A6A6A. Windows color (decimal): -12554549 or 13332032. OLE color: 13332032.

HSL color Cylindrical-coordinate representation of color #406ECB: hue angle of 220.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406ECB is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64110203-
CMYK0.680.4600.20
HSL220.14º57.2%52.35%-
HSV(B)220.14º68.47%79.61%-
XYZ18.4716.5558.72-
YUV106.85182.2697.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 203 (79.69% from 255) = 53.85%
R=16.98%
G=29.18%
B=53.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641102030.680.4600.20220.1457.252.35
Hex406ECB442E014dc3934
Octal100156313104560243347164
Binary1000000110111011001011100010010111001010011011100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,110,203); }

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

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

 a { background-color: rgb(64,110,203); }

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

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

 span { border-color: rgb(64,110,203); }

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