#487af6

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

Shades of Royal Blue #487AF6

Tints of Royal Blue #487AF6

Color information

#487AF6 (or 0x487AF6) is unknown color: approx Royal Blue. HEX triplet: 48, 7A and F6. RGB value is (72,122,246). Sum of RGB (Red+Green+Blue) = 72+122+246=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #487AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487AF6 is #B78509. Grayscale: #787878. Windows color (decimal): -12027146 or 16153160. OLE color: 16153160.

HSL color Cylindrical-coordinate representation of color #487AF6: hue angle of 222.76º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487AF6 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB72122246-
CMYK0.710.5000.04
HSL222.76º90.62%62.35%-
HSV(B)222.76º70.73%96.47%-
XYZ26.2721.9590.04-
YUV121.19198.4492.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.36%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 246 (96.48% from 255) = 55.91%
R=16.36%
G=27.73%
B=55.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal721222460.710.5000.04222.7690.6262.35
Hex487AF6473204df5b3e
Octal110172366107620433713376
Binary100100011110101111011010001111100100100110111111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487af6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487af6; }

 p { color: rgb(72,122,246); }

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

<style>
 a { background-color: #487af6; }

 a { background-color: rgb(72,122,246); }

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

<style>
 span { border-color: #487af6; }

 span { border-color: rgb(72,122,246); }

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