Html Css Color HEX #4870FC Royal Blue

📋 copy color: '#4870FC'

red 72 ◦ green 112 ◦ blue 252

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

Shades of Royal Blue #4870FC

Tints of Royal Blue #4870FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 16.51%
G = 25.69%
B = 57.8%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4870FC (or 0x4870FC) is known color: Royal Blue. HEX triplet: 48, 70 and FC. RGB value is (72,112,252). Sum of RGB (Red+Green+Blue) = 72+112+252=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #4870FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4870FC is #B78F03. Grayscale: #737373. Windows color (decimal): -12029700 or 16543816. OLE color: 16543816.

HSL color Cylindrical-coordinate representation of color #4870FC: hue angle of 226.67º 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 #4870FC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 112 252 -
CMYK 0.71 0.56 0 0.01
HSL 226.67º 0.97% 0.64% -
HSV(B) 226.67º 0.71% 0.99% -
XYZ 26.04 19.99 94.58 -
YUV 116 204.75 96.62 -
System Red Green Blue C M Y K H S L
Decimal 72 112 252 0.71 0.56 0 0.01 226.67 0.97 0.64
Hex 48 70 FC 47 38 0 1 E3 61 40
Octal 110 160 374 107 70 0 1 343 141 100
Binary 1001000 1110000 11111100 1000111 111000 0 1 11100011 1100001 1000000

Color Harmonies of #4870FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870FC

Black with #4870FC

Text Example


Text Example

White with #4870FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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