#467ED9

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

Shades of Royal Blue #467ED9

Tints of Royal Blue #467ED9

Color information

#467ED9 (or 0x467ED9) is unknown color: approx Royal Blue. HEX triplet: 46, 7E and D9. RGB value is (70,126,217). Sum of RGB (Red+Green+Blue) = 70+126+217=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #467ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ED9 is #B98126. Grayscale: #777777. Windows color (decimal): -12157223 or 14253638. OLE color: 14253638.

HSL color Cylindrical-coordinate representation of color #467ED9: hue angle of 217.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467ED9 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB70126217-
CMYK0.680.4200.15
HSL217.14º65.92%56.27%-
HSV(B)217.14º67.74%85.1%-
XYZ22.5121.2368.56-
YUV119.63182.9592.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.95%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 217 (85.16% from 255) = 52.54%
R=16.95%
G=30.51%
B=52.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal701262170.680.4200.15217.1465.9256.27
Hex467ED9442A0Fd94238
Octal1061763311045201733110270
Binary1000110111111011011001100010010101001111110110011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467ED9; }

 p { color: rgb(70,126,217); }

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

<style>
 a { background-color: #467ED9; }

 a { background-color: rgb(70,126,217); }

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

<style>
 span { border-color: #467ED9; }

 span { border-color: rgb(70,126,217); }

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