Html Css Color HEX #4971FB Royal Blue

📋 copy color: '#4971FB'

red 73 ◦ green 113 ◦ blue 251

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

Shades of Royal Blue #4971FB

Tints of Royal Blue #4971FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.44%

R = 16.7%
G = 25.86%
B = 57.44%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4971FB (or 0x4971FB) is known color: Royal Blue. HEX triplet: 49, 71 and FB. RGB value is (73,113,251). Sum of RGB (Red+Green+Blue) = 73+113+251=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #4971FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4971FB is #B68E04. Grayscale: #747474. Windows color (decimal): -11963909 or 16478537. OLE color: 16478537.

HSL color Cylindrical-coordinate representation of color #4971FB: hue angle of 226.52º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4971FB is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 113 251 -
CMYK 0.71 0.55 0 0.02
HSL 226.52º 0.96% 0.64% -
HSV(B) 226.52º 0.71% 0.98% -
XYZ 26.07 20.19 93.79 -
YUV 116.77 203.75 96.78 -
System Red Green Blue C M Y K H S L
Decimal 73 113 251 0.71 0.55 0 0.02 226.52 0.96 0.64
Hex 49 71 FB 47 37 0 2 E3 60 40
Octal 111 161 373 107 67 0 2 343 140 100
Binary 1001001 1110001 11111011 1000111 110111 0 10 11100011 1100000 1000000

Color Harmonies of #4971FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971FB

Black with #4971FB

Text Example


Text Example

White with #4971FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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