Html Css Color HEX #4971FE Royal Blue

📋 copy color: '#4971FE'

red 73 ◦ green 113 ◦ blue 254

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

Shades of Royal Blue #4971FE

Tints of Royal Blue #4971FE

RGB

 RED value IS 73 (28.91% from 255) = 16.59%

 GREEN value IS 113 (44.53% from 255) = 25.68%

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 16.59%
G = 25.68%
B = 57.73%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4971FE (or 0x4971FE) is known color: Royal Blue. HEX triplet: 49, 71 and FE. RGB value is (73,113,254). Sum of RGB (Red+Green+Blue) = 73+113+254=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #4971FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4971FE is #B68E01. Grayscale: #747474. Windows color (decimal): -11963906 or 16675145. OLE color: 16675145.

HSL color Cylindrical-coordinate representation of color #4971FE: hue angle of 226.74º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4971FE is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 113 254 -
CMYK 0.71 0.56 0 0.00
HSL 226.74º 0.99% 0.64% -
HSV(B) 226.74º 0.71% 1% -
XYZ 26.54 20.38 96.3 -
YUV 117.11 205.25 96.54 -
System Red Green Blue C M Y K H S L
Decimal 73 113 254 0.71 0.56 0 0.00 226.74 0.99 0.64
Hex 49 71 FE 47 38 0 0 E3 63 40
Octal 111 161 376 107 70 0 0 343 143 100
Binary 1001001 1110001 11111110 1000111 111000 0 0 11100011 1100011 1000000

Color Harmonies of #4971FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971FE

Black with #4971FE

Text Example


Text Example

White with #4971FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4971FE; }

 p { color: rgb(73,113,254); }

 H1.HeaderClassName
 {
   color: #4971FE;
 }
 .AnyTagClassName
 {
   color: #4971FE;
 }
</style>

background-color css

<style>
 a { background-color: #4971FE; }

 a { background-color: rgb(73,113,254); }

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

border-color css

<style>
 span { border-color: #4971FE; }

 span { border-color: rgb(73,113,254); }

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