#486BE6

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

Shades of Royal Blue #486BE6

Tints of Royal Blue #486BE6

Color information

#486BE6 (or 0x486BE6) is unknown color: approx Royal Blue. HEX triplet: 48, 6B and E6. RGB value is (72,107,230). Sum of RGB (Red+Green+Blue) = 72+107+230=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #486BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486BE6 is #B79419. Grayscale: #6E6E6E. Windows color (decimal): -12031002 or 15100744. OLE color: 15100744.

HSL color Cylindrical-coordinate representation of color #486BE6: hue angle of 226.71º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486BE6 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB72107230-
CMYK0.690.5300.10
HSL226.71º75.96%59.22%-
HSV(B)226.71º68.7%90.2%-
XYZ22.2117.6177.09-
YUV110.56195.4100.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.60%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 230 (90.23% from 255) = 56.23%
R=17.60%
G=26.16%
B=56.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal721072300.690.5300.10226.7175.9659.22
Hex486BE645350Ae34c3b
Octal1101533461056501234311473
Binary1001000110101111100110100010111010101010111000111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,107,230); }

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

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

 a { background-color: rgb(72,107,230); }

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

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

 span { border-color: rgb(72,107,230); }

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