Html Css Color HEX #486ACE Royal Blue

📋 copy color: '#486ACE'

red 72 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #486ACE

Tints of Royal Blue #486ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 18.75%
G = 27.6%
B = 53.65%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#486ACE (or 0x486ACE) is known color: Royal Blue. HEX triplet: 48, 6A and CE. RGB value is (72,106,206). Sum of RGB (Red+Green+Blue) = 72+106+206=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #486ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ACE is #B79531. Grayscale: #6A6A6A. Windows color (decimal): -12031282 or 13527624. OLE color: 13527624.

HSL color Cylindrical-coordinate representation of color #486ACE: hue angle of 224.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486ACE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 106 206 -
CMYK 0.65 0.49 0 0.19
HSL 224.78º 0.58% 0.55% -
HSV(B) 224.78º 0.65% 0.81% -
XYZ 18.97 16.14 60.51 -
YUV 107.23 183.74 102.87 -
System Red Green Blue C M Y K H S L
Decimal 72 106 206 0.65 0.49 0 0.19 224.78 0.58 0.55
Hex 48 6A CE 41 31 0 13 E1 3A 37
Octal 110 152 316 101 61 0 23 341 72 67
Binary 1001000 1101010 11001110 1000001 110001 0 10011 11100001 111010 110111

Color Harmonies of #486ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ACE

Black with #486ACE

Text Example


Text Example

White with #486ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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