Html Css Color HEX #406AE3 Royal Blue

📋 copy color: '#406AE3'

red 64 ◦ green 106 ◦ blue 227

#406AE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #406AE3

Tints of Royal Blue #406AE3

RGB

 RED value IS 64 (25.39% from 255) = 16.12%

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 227 (89.06% from 255) = 57.18%

R = 16.12%
G = 26.7%
B = 57.18%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#406AE3 (or 0x406AE3) is known color: Royal Blue. HEX triplet: 40, 6A and E3. RGB value is (64,106,227). Sum of RGB (Red+Green+Blue) = 64+106+227=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 227 (89.06% from 255 or 57.18% from 397); Max value from RGB is 227 - color contains mainly: blue. Hex color #406AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AE3 is #BF951C. Grayscale: #6A6A6A. Windows color (decimal): -12555549 or 14903872. OLE color: 14903872.

HSL color Cylindrical-coordinate representation of color #406AE3: hue angle of 224.54º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #406AE3 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 106 227 -
CMYK 0.72 0.53 0 0.11
HSL 224.54º 0.74% 0.57% -
HSV(B) 224.54º 0.72% 0.89% -
XYZ 21.13 16.94 74.83 -
YUV 107.24 195.59 97.16 -
System Red Green Blue C M Y K H S L
Decimal 64 106 227 0.72 0.53 0 0.11 224.54 0.74 0.57
Hex 40 6A E3 48 35 0 B E1 4A 39
Octal 100 152 343 110 65 0 13 341 112 71
Binary 1000000 1101010 11100011 1001000 110101 0 1011 11100001 1001010 111001

Color Harmonies of #406AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AE3

Black with #406AE3

Text Example


Text Example

White with #406AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #406AE3;
 }
 .AnyTagClassName
 {
   color: #406AE3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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