Html Css Color HEX #486CCC Royal Blue

📋 copy color: '#486CCC'

red 72 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #486CCC

Tints of Royal Blue #486CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 18.75%
G = 28.13%
B = 53.13%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#486CCC (or 0x486CCC) is known color: Royal Blue. HEX triplet: 48, 6C and CC. RGB value is (72,108,204). Sum of RGB (Red+Green+Blue) = 72+108+204=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #486CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CCC is #B79333. Grayscale: #6B6B6B. Windows color (decimal): -12030772 or 13397064. OLE color: 13397064.

HSL color Cylindrical-coordinate representation of color #486CCC: hue angle of 223.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486CCC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 108 204 -
CMYK 0.65 0.47 0 0.2
HSL 223.64º 0.56% 0.54% -
HSV(B) 223.64º 0.65% 0.8% -
XYZ 18.93 16.46 59.31 -
YUV 108.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 72 108 204 0.65 0.47 0 0.2 223.64 0.56 0.54
Hex 48 6C CC 41 2F 0 14 E0 38 36
Octal 110 154 314 101 57 0 24 340 70 66
Binary 1001000 1101100 11001100 1000001 101111 0 10100 11100000 111000 110110

Color Harmonies of #486CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CCC

Black with #486CCC

Text Example


Text Example

White with #486CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,108,204); }

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

background-color css

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

 a { background-color: rgb(72,108,204); }

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

border-color css

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

 span { border-color: rgb(72,108,204); }

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