#466BD3

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

Shades of Royal Blue #466BD3

Tints of Royal Blue #466BD3

Color information

#466BD3 (or 0x466BD3) is unknown color: approx Royal Blue. HEX triplet: 46, 6B and D3. RGB value is (70,107,211). Sum of RGB (Red+Green+Blue) = 70+107+211=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #466BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BD3 is #B9942C. Grayscale: #6B6B6B. Windows color (decimal): -12162093 or 13855558. OLE color: 13855558.

HSL color Cylindrical-coordinate representation of color #466BD3: hue angle of 224.26º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466BD3 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70107211-
CMYK0.670.4900.17
HSL224.26º61.57%55.1%-
HSV(B)224.26º66.82%82.75%-
XYZ19.5416.5263.79-
YUV107.79186.24101.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.04%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 211 (82.81% from 255) = 54.38%
R=18.04%
G=27.58%
B=54.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal701072110.670.4900.17224.2661.5755.1
Hex466BD34331011e03e37
Octal106153323103610213407667
Binary1000110110101111010011100001111000101000111100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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