Html Css Color HEX #4970D3 Royal Blue

📋 copy color: '#4970D3'

red 73 ◦ green 112 ◦ blue 211

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

Shades of Royal Blue #4970D3

Tints of Royal Blue #4970D3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

 BLUE value IS 211 (82.81% from 255) = 53.28%

R = 18.43%
G = 28.28%
B = 53.28%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4970D3 (or 0x4970D3) is known color: Royal Blue. HEX triplet: 49, 70 and D3. RGB value is (73,112,211). Sum of RGB (Red+Green+Blue) = 73+112+211=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 211 (82.81% from 255 or 53.28% from 396); Max value from RGB is 211 - color contains mainly: blue. Hex color #4970D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970D3 is #B68F2C. Grayscale: #6F6F6F. Windows color (decimal): -11964205 or 13856841. OLE color: 13856841.

HSL color Cylindrical-coordinate representation of color #4970D3: hue angle of 223.04º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4970D3 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 112 211 -
CMYK 0.65 0.47 0 0.17
HSL 223.04º 0.61% 0.56% -
HSV(B) 223.04º 0.65% 0.83% -
XYZ 20.3 17.71 63.98 -
YUV 111.63 184.08 100.45 -
System Red Green Blue C M Y K H S L
Decimal 73 112 211 0.65 0.47 0 0.17 223.04 0.61 0.56
Hex 49 70 D3 41 2F 0 11 DF 3D 38
Octal 111 160 323 101 57 0 21 337 75 70
Binary 1001001 1110000 11010011 1000001 101111 0 10001 11011111 111101 111000

Color Harmonies of #4970D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970D3

Black with #4970D3

Text Example


Text Example

White with #4970D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4970D3; }

 p { color: rgb(73,112,211); }

 H1.HeaderClassName
 {
   color: #4970D3;
 }
 .AnyTagClassName
 {
   color: #4970D3;
 }
</style>

background-color css

<style>
 a { background-color: #4970D3; }

 a { background-color: rgb(73,112,211); }

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

border-color css

<style>
 span { border-color: #4970D3; }

 span { border-color: rgb(73,112,211); }

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