Html Css Color HEX #4970F3 Royal Blue

📋 copy color: '#4970F3'

red 73 ◦ green 112 ◦ blue 243

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

Shades of Royal Blue #4970F3

Tints of Royal Blue #4970F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.78%

R = 17.06%
G = 26.17%
B = 56.78%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4970F3 (or 0x4970F3) is known color: Royal Blue. HEX triplet: 49, 70 and F3. RGB value is (73,112,243). Sum of RGB (Red+Green+Blue) = 73+112+243=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #4970F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4970F3 is #B68F0C. Grayscale: #727272. Windows color (decimal): -11964173 or 15953993. OLE color: 15953993.

HSL color Cylindrical-coordinate representation of color #4970F3: hue angle of 226.24º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4970F3 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 112 243 -
CMYK 0.70 0.54 0 0.05
HSL 226.24º 0.88% 0.62% -
HSV(B) 226.24º 0.7% 0.95% -
XYZ 24.72 19.48 87.25 -
YUV 115.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 73 112 243 0.70 0.54 0 0.05 226.24 0.88 0.62
Hex 49 70 F3 46 36 0 5 E2 58 3E
Octal 111 160 363 106 66 0 5 342 130 76
Binary 1001001 1110000 11110011 1000110 110110 0 101 11100010 1011000 111110

Color Harmonies of #4970F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970F3

Black with #4970F3

Text Example


Text Example

White with #4970F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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