Html Css Color HEX #4971DC Royal Blue

📋 copy color: '#4971DC'

red 73 ◦ green 113 ◦ blue 220

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

Shades of Royal Blue #4971DC

Tints of Royal Blue #4971DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 17.98%
G = 27.83%
B = 54.19%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4971DC (or 0x4971DC) is known color: Royal Blue. HEX triplet: 49, 71 and DC. RGB value is (73,113,220). Sum of RGB (Red+Green+Blue) = 73+113+220=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #4971DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971DC is #B68E23. Grayscale: #707070. Windows color (decimal): -11963940 or 14446921. OLE color: 14446921.

HSL color Cylindrical-coordinate representation of color #4971DC: hue angle of 223.67º degrees, saturation: 0.68, 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 #4971DC is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 113 220 -
CMYK 0.67 0.49 0 0.14
HSL 223.67º 0.68% 0.57% -
HSV(B) 223.67º 0.67% 0.86% -
XYZ 21.57 18.39 70.12 -
YUV 113.24 188.25 99.3 -
System Red Green Blue C M Y K H S L
Decimal 73 113 220 0.67 0.49 0 0.14 223.67 0.68 0.57
Hex 49 71 DC 43 31 0 E E0 44 39
Octal 111 161 334 103 61 0 16 340 104 71
Binary 1001001 1110001 11011100 1000011 110001 0 1110 11100000 1000100 111001

Color Harmonies of #4971DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971DC

Black with #4971DC

Text Example


Text Example

White with #4971DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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