Html Css Color HEX #486AD6 Royal Blue

📋 copy color: '#486AD6'

red 72 ◦ green 106 ◦ blue 214

#486AD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #486AD6

Tints of Royal Blue #486AD6

RGB

 RED value IS 72 (28.52% from 255) = 18.37%

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 214 (83.98% from 255) = 54.59%

R = 18.37%
G = 27.04%
B = 54.59%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#486AD6 (or 0x486AD6) is known color: Royal Blue. HEX triplet: 48, 6A and D6. RGB value is (72,106,214). Sum of RGB (Red+Green+Blue) = 72+106+214=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #486AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AD6 is #B79529. Grayscale: #6B6B6B. Windows color (decimal): -12031274 or 14051912. OLE color: 14051912.

HSL color Cylindrical-coordinate representation of color #486AD6: hue angle of 225.63º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486AD6 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 106 214 -
CMYK 0.66 0.50 0 0.16
HSL 225.63º 0.63% 0.56% -
HSV(B) 225.63º 0.66% 0.84% -
XYZ 19.96 16.54 65.76 -
YUV 108.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 72 106 214 0.66 0.50 0 0.16 225.63 0.63 0.56
Hex 48 6A D6 42 32 0 10 E2 3F 38
Octal 110 152 326 102 62 0 20 342 77 70
Binary 1001000 1101010 11010110 1000010 110010 0 10000 11100010 111111 111000

Color Harmonies of #486AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AD6

Black with #486AD6

Text Example


Text Example

White with #486AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #486AD6;
 }
 .AnyTagClassName
 {
   color: #486AD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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