Html Css Color HEX #4971DD Royal Blue

📋 copy color: '#4971DD'

red 73 ◦ green 113 ◦ blue 221

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

Shades of Royal Blue #4971DD

Tints of Royal Blue #4971DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 17.94%
G = 27.76%
B = 54.3%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4971DD (or 0x4971DD) is known color: Royal Blue. HEX triplet: 49, 71 and DD. RGB value is (73,113,221). Sum of RGB (Red+Green+Blue) = 73+113+221=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #4971DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971DD is #B68E22. Grayscale: #707070. Windows color (decimal): -11963939 or 14512457. OLE color: 14512457.

HSL color Cylindrical-coordinate representation of color #4971DD: hue angle of 223.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4971DD is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 113 221 -
CMYK 0.67 0.49 0 0.13
HSL 223.78º 0.69% 0.58% -
HSV(B) 223.78º 0.67% 0.87% -
XYZ 21.7 18.45 70.82 -
YUV 113.35 188.75 99.22 -
System Red Green Blue C M Y K H S L
Decimal 73 113 221 0.67 0.49 0 0.13 223.78 0.69 0.58
Hex 49 71 DD 43 31 0 D E0 45 3A
Octal 111 161 335 103 61 0 15 340 105 72
Binary 1001001 1110001 11011101 1000011 110001 0 1101 11100000 1000101 111010

Color Harmonies of #4971DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971DD

Black with #4971DD

Text Example


Text Example

White with #4971DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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