Html Css Color HEX #4866FC Royal Blue

📋 copy color: '#4866FC'

red 72 ◦ green 102 ◦ blue 252

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

Shades of Royal Blue #4866FC

Tints of Royal Blue #4866FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 16.9%
G = 23.94%
B = 59.15%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4866FC (or 0x4866FC) is known color: Royal Blue. HEX triplet: 48, 66 and FC. RGB value is (72,102,252). Sum of RGB (Red+Green+Blue) = 72+102+252=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #4866FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4866FC is #B79903. Grayscale: #6D6D6D. Windows color (decimal): -12032260 or 16541256. OLE color: 16541256.

HSL color Cylindrical-coordinate representation of color #4866FC: hue angle of 230º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4866FC is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 102 252 -
CMYK 0.71 0.60 0 0.01
HSL 230º 0.97% 0.64% -
HSV(B) 230º 0.71% 0.99% -
XYZ 24.99 17.91 94.23 -
YUV 110.13 208.06 100.8 -
System Red Green Blue C M Y K H S L
Decimal 72 102 252 0.71 0.60 0 0.01 230 0.97 0.64
Hex 48 66 FC 47 3C 0 1 E6 61 40
Octal 110 146 374 107 74 0 1 346 141 100
Binary 1001000 1100110 11111100 1000111 111100 0 1 11100110 1100001 1000000

Color Harmonies of #4866FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4866FC

Black with #4866FC

Text Example


Text Example

White with #4866FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4866FC; }

 p { color: rgb(72,102,252); }

 H1.HeaderClassName
 {
   color: #4866FC;
 }
 .AnyTagClassName
 {
   color: #4866FC;
 }
</style>

background-color css

<style>
 a { background-color: #4866FC; }

 a { background-color: rgb(72,102,252); }

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

border-color css

<style>
 span { border-color: #4866FC; }

 span { border-color: rgb(72,102,252); }

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