Html Css Color HEX #4972F1 Royal Blue

📋 copy color: '#4972F1'

red 73 ◦ green 114 ◦ blue 241

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

Shades of Royal Blue #4972F1

Tints of Royal Blue #4972F1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.64%

 BLUE value IS 241 (94.53% from 255) = 56.31%

R = 17.06%
G = 26.64%
B = 56.31%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4972F1 (or 0x4972F1) is known color: Royal Blue. HEX triplet: 49, 72 and F1. RGB value is (73,114,241). Sum of RGB (Red+Green+Blue) = 73+114+241=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #4972F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4972F1 is #B68D0E. Grayscale: #737373. Windows color (decimal): -11963663 or 15823433. OLE color: 15823433.

HSL color Cylindrical-coordinate representation of color #4972F1: hue angle of 225.36º degrees, saturation: 0.86, 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 #4972F1 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 114 241 -
CMYK 0.70 0.53 0 0.05
HSL 225.36º 0.86% 0.62% -
HSV(B) 225.36º 0.7% 0.95% -
XYZ 24.64 19.8 85.74 -
YUV 116.22 198.42 97.17 -
System Red Green Blue C M Y K H S L
Decimal 73 114 241 0.70 0.53 0 0.05 225.36 0.86 0.62
Hex 49 72 F1 46 35 0 5 E1 56 3E
Octal 111 162 361 106 65 0 5 341 126 76
Binary 1001001 1110010 11110001 1000110 110101 0 101 11100001 1010110 111110

Color Harmonies of #4972F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4972F1

Black with #4972F1

Text Example


Text Example

White with #4972F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4972F1; }

 p { color: rgb(73,114,241); }

 H1.HeaderClassName
 {
   color: #4972F1;
 }
 .AnyTagClassName
 {
   color: #4972F1;
 }
</style>

background-color css

<style>
 a { background-color: #4972F1; }

 a { background-color: rgb(73,114,241); }

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

border-color css

<style>
 span { border-color: #4972F1; }

 span { border-color: rgb(73,114,241); }

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