#486FC7

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

Shades of Royal Blue #486FC7

Tints of Royal Blue #486FC7

Color information

#486FC7 (or 0x486FC7) is unknown color: approx Royal Blue. HEX triplet: 48, 6F and C7. RGB value is (72,111,199). Sum of RGB (Red+Green+Blue) = 72+111+199=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #486FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FC7 is #B79038. Grayscale: #6C6C6C. Windows color (decimal): -12030009 or 13070152. OLE color: 13070152.

HSL color Cylindrical-coordinate representation of color #486FC7: hue angle of 221.57º 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 #486FC7 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB72111199-
CMYK0.640.4400.22
HSL221.57º53.14%53.14%-
HSV(B)221.57º63.82%78.04%-
XYZ18.6716.8756.31-
YUV109.37178.58101.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 199 (78.12% from 255) = 52.09%
R=18.85%
G=29.06%
B=52.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721111990.640.4400.22221.5753.1453.14
Hex486FC7402C016de3535
Octal110157307100540263366565
Binary1001000110111111000111100000010110001011011011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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