#486CD3

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

Shades of Royal Blue #486CD3

Tints of Royal Blue #486CD3

Color information

#486CD3 (or 0x486CD3) is unknown color: approx Royal Blue. HEX triplet: 48, 6C and D3. RGB value is (72,108,211). Sum of RGB (Red+Green+Blue) = 72+108+211=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #486CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CD3 is #B7932C. Grayscale: #6C6C6C. Windows color (decimal): -12030765 or 13855816. OLE color: 13855816.

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

Color convert

RGB72108211-
CMYK0.660.4900.17
HSL224.46º61.23%55.49%-
HSV(B)224.46º65.88%82.75%-
XYZ19.7916.8163.83-
YUV108.98185.57101.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.41%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 211 (82.81% from 255) = 53.96%
R=18.41%
G=27.62%
B=53.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal721082110.660.4900.17224.4661.2355.49
Hex486CD34231011e03d37
Octal110154323102610213407567
Binary1001000110110011010011100001011000101000111100000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,211); }

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

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

 a { background-color: rgb(72,108,211); }

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

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

 span { border-color: rgb(72,108,211); }

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