#486AD4

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

Shades of Royal Blue #486AD4

Tints of Royal Blue #486AD4

Color information

#486AD4 (or 0x486AD4) is unknown color: approx Royal Blue. HEX triplet: 48, 6A and D4. RGB value is (72,106,212). Sum of RGB (Red+Green+Blue) = 72+106+212=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #486AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AD4 is #B7952B. Grayscale: #6B6B6B. Windows color (decimal): -12031276 or 13920840. OLE color: 13920840.

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

Color convert

RGB72106212-
CMYK0.660.500.17
HSL225.43º61.95%55.69%-
HSV(B)225.43º66.04%83.14%-
XYZ19.7116.4464.42-
YUV107.92186.74102.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 212 (83.20% from 255) = 54.36%
R=18.46%
G=27.18%
B=54.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal721062120.660.500.17225.4361.9555.69
Hex486AD44232011e13e38
Octal110152324102620213417670
Binary1001000110101011010100100001011001001000111100001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,106,212); }

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

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

 a { background-color: rgb(72,106,212); }

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

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

 span { border-color: rgb(72,106,212); }

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