#486EC7

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

Shades of Royal Blue #486EC7

Tints of Royal Blue #486EC7

Color information

#486EC7 (or 0x486EC7) is unknown color: approx Royal Blue. HEX triplet: 48, 6E and C7. RGB value is (72,110,199). Sum of RGB (Red+Green+Blue) = 72+110+199=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #486EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EC7 is #B79138. Grayscale: #6C6C6C. Windows color (decimal): -12030265 or 13069896. OLE color: 13069896.

HSL color Cylindrical-coordinate representation of color #486EC7: hue angle of 222.05º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #486EC7 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB72110199-
CMYK0.640.4500.22
HSL222.05º53.14%53.14%-
HSV(B)222.05º63.82%78.04%-
XYZ18.5616.6556.27-
YUV108.78178.91101.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 199 (78.12% from 255) = 52.23%
R=18.90%
G=28.87%
B=52.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721101990.640.4500.22222.0553.1453.14
Hex486EC7402D016de3535
Octal110156307100550263366565
Binary1001000110111011000111100000010110101011011011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,199); }

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

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

 a { background-color: rgb(72,110,199); }

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

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

 span { border-color: rgb(72,110,199); }

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