#486AD1

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

Shades of Royal Blue #486AD1

Tints of Royal Blue #486AD1

Color information

#486AD1 (or 0x486AD1) is unknown color: approx Royal Blue. HEX triplet: 48, 6A and D1. RGB value is (72,106,209). Sum of RGB (Red+Green+Blue) = 72+106+209=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #486AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AD1 is #B7952E. Grayscale: #6B6B6B. Windows color (decimal): -12031279 or 13724232. OLE color: 13724232.

HSL color Cylindrical-coordinate representation of color #486AD1: hue angle of 225.11º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486AD1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72106209-
CMYK0.660.4900.18
HSL225.11º59.83%55.1%-
HSV(B)225.11º65.55%81.96%-
XYZ19.3416.2962.45-
YUV107.58185.24102.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.60%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 209 (82.03% from 255) = 54.01%
R=18.60%
G=27.39%
B=54.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal721062090.660.4900.18225.1159.8355.1
Hex486AD14231012e13c37
Octal110152321102610223417467
Binary1001000110101011010001100001011000101001011100001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486AD1; }

 p { color: rgb(72,106,209); }

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

<style>
 a { background-color: #486AD1; }

 a { background-color: rgb(72,106,209); }

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

<style>
 span { border-color: #486AD1; }

 span { border-color: rgb(72,106,209); }

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