#486ACE

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

Shades of Royal Blue #486ACE

Tints of Royal Blue #486ACE

Color information

#486ACE (or 0x486ACE) is unknown color: approx Royal Blue. HEX triplet: 48, 6A and CE. RGB value is (72,106,206). Sum of RGB (Red+Green+Blue) = 72+106+206=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #486ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ACE is #B79531. Grayscale: #6A6A6A. Windows color (decimal): -12031282 or 13527624. OLE color: 13527624.

HSL color Cylindrical-coordinate representation of color #486ACE: hue angle of 224.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486ACE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72106206-
CMYK0.650.4900.19
HSL224.78º57.76%54.51%-
HSV(B)224.78º65.05%80.78%-
XYZ18.9716.1460.51-
YUV107.23183.74102.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 206 (80.86% from 255) = 53.65%
R=18.75%
G=27.60%
B=53.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721062060.650.4900.19224.7857.7654.51
Hex486ACE4131013e13a37
Octal110152316101610233417267
Binary1001000110101011001110100000111000101001111100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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