Html Css Color HEX #4971DB Royal Blue

📋 copy color: '#4971DB'

red 73 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #4971DB

Tints of Royal Blue #4971DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 18.02%
G = 27.9%
B = 54.07%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4971DB (or 0x4971DB) is known color: Royal Blue. HEX triplet: 49, 71 and DB. RGB value is (73,113,219). Sum of RGB (Red+Green+Blue) = 73+113+219=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #4971DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971DB is #B68E24. Grayscale: #707070. Windows color (decimal): -11963941 or 14381385. OLE color: 14381385.

HSL color Cylindrical-coordinate representation of color #4971DB: hue angle of 223.56º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4971DB is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 113 219 -
CMYK 0.67 0.48 0 0.14
HSL 223.56º 0.67% 0.57% -
HSV(B) 223.56º 0.67% 0.86% -
XYZ 21.44 18.34 69.43 -
YUV 113.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 73 113 219 0.67 0.48 0 0.14 223.56 0.67 0.57
Hex 49 71 DB 43 30 0 E E0 43 39
Octal 111 161 333 103 60 0 16 340 103 71
Binary 1001001 1110001 11011011 1000011 110000 0 1110 11100000 1000011 111001

Color Harmonies of #4971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971DB

Black with #4971DB

Text Example


Text Example

White with #4971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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