#486DCB

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

Shades of Royal Blue #486DCB

Tints of Royal Blue #486DCB

Color information

#486DCB (or 0x486DCB) is unknown color: approx Royal Blue. HEX triplet: 48, 6D and CB. RGB value is (72,109,203). Sum of RGB (Red+Green+Blue) = 72+109+203=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #486DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DCB is #B79234. Grayscale: #6C6C6C. Windows color (decimal): -12030517 or 13331784. OLE color: 13331784.

HSL color Cylindrical-coordinate representation of color #486DCB: hue angle of 223.05º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486DCB is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72109203-
CMYK0.650.4600.20
HSL223.05º55.74%53.92%-
HSV(B)223.05º64.53%79.61%-
XYZ18.9216.6358.71-
YUV108.65181.24101.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=18.75%
G=28.39%
B=52.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721092030.650.4600.20223.0555.7453.92
Hex486DCB412E014df3836
Octal110155313101560243377066
Binary1001000110110111001011100000110111001010011011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,109,203); }

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

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

 a { background-color: rgb(72,109,203); }

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

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

 span { border-color: rgb(72,109,203); }

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