Html Css Color HEX #4971CD Royal Blue

📋 copy color: '#4971CD'

red 73 ◦ green 113 ◦ blue 205

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

Shades of Royal Blue #4971CD

Tints of Royal Blue #4971CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 18.67%
G = 28.9%
B = 52.43%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4971CD (or 0x4971CD) is known color: Royal Blue. HEX triplet: 49, 71 and CD. RGB value is (73,113,205). Sum of RGB (Red+Green+Blue) = 73+113+205=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #4971CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971CD is #B68E32. Grayscale: #6F6F6F. Windows color (decimal): -11963955 or 13463881. OLE color: 13463881.

HSL color Cylindrical-coordinate representation of color #4971CD: hue angle of 221.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4971CD is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 113 205 -
CMYK 0.64 0.45 0 0.20
HSL 221.82º 0.57% 0.55% -
HSV(B) 221.82º 0.64% 0.8% -
XYZ 19.67 17.63 60.12 -
YUV 111.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 73 113 205 0.64 0.45 0 0.20 221.82 0.57 0.55
Hex 49 71 CD 40 2D 0 14 DE 39 37
Octal 111 161 315 100 55 0 24 336 71 67
Binary 1001001 1110001 11001101 1000000 101101 0 10100 11011110 111001 110111

Color Harmonies of #4971CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971CD

Black with #4971CD

Text Example


Text Example

White with #4971CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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