#466BF3

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

Shades of Royal Blue #466BF3

Tints of Royal Blue #466BF3

Color information

#466BF3 (or 0x466BF3) is unknown color: approx Royal Blue. HEX triplet: 46, 6B and F3. RGB value is (70,107,243). Sum of RGB (Red+Green+Blue) = 70+107+243=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #466BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466BF3 is #B9940C. Grayscale: #6E6E6E. Windows color (decimal): -12162061 or 15952710. OLE color: 15952710.

HSL color Cylindrical-coordinate representation of color #466BF3: hue angle of 227.17º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #466BF3 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB70107243-
CMYK0.710.5600.05
HSL227.17º87.82%61.37%-
HSV(B)227.17º71.19%95.29%-
XYZ23.9618.2987.06-
YUV111.44202.2498.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.67%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=16.67%
G=25.48%
B=57.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal701072430.710.5600.05227.1787.8261.37
Hex466BF3473805e3583d
Octal106153363107700534313075
Binary100011011010111111001110001111110000101111000111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466BF3; }

 p { color: rgb(70,107,243); }

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

<style>
 a { background-color: #466BF3; }

 a { background-color: rgb(70,107,243); }

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

<style>
 span { border-color: #466BF3; }

 span { border-color: rgb(70,107,243); }

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