Html Css Color HEX #4971CA Royal Blue

📋 copy color: '#4971CA'

red 73 ◦ green 113 ◦ blue 202

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

Shades of Royal Blue #4971CA

Tints of Royal Blue #4971CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 18.81%
G = 29.12%
B = 52.06%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4971CA (or 0x4971CA) is known color: Royal Blue. HEX triplet: 49, 71 and CA. RGB value is (73,113,202). Sum of RGB (Red+Green+Blue) = 73+113+202=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #4971CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971CA is #B68E35. Grayscale: #6E6E6E. Windows color (decimal): -11963958 or 13267273. OLE color: 13267273.

HSL color Cylindrical-coordinate representation of color #4971CA: hue angle of 221.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4971CA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 113 202 -
CMYK 0.64 0.44 0 0.21
HSL 221.4º 0.55% 0.54% -
HSV(B) 221.4º 0.64% 0.79% -
XYZ 19.31 17.49 58.24 -
YUV 111.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 73 113 202 0.64 0.44 0 0.21 221.4 0.55 0.54
Hex 49 71 CA 40 2C 0 15 DD 37 36
Octal 111 161 312 100 54 0 25 335 67 66
Binary 1001001 1110001 11001010 1000000 101100 0 10101 11011101 110111 110110

Color Harmonies of #4971CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971CA

Black with #4971CA

Text Example


Text Example

White with #4971CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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