Html Css Color HEX #4974FE Royal Blue

📋 copy color: '#4974FE'

red 73 ◦ green 116 ◦ blue 254

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

Shades of Royal Blue #4974FE

Tints of Royal Blue #4974FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

 BLUE value IS 254 (99.61% from 255) = 57.34%

R = 16.48%
G = 26.19%
B = 57.34%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4974FE (or 0x4974FE) is known color: Royal Blue. HEX triplet: 49, 74 and FE. RGB value is (73,116,254). Sum of RGB (Red+Green+Blue) = 73+116+254=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #4974FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4974FE is #B68B01. Grayscale: #767676. Windows color (decimal): -11963138 or 16675913. OLE color: 16675913.

HSL color Cylindrical-coordinate representation of color #4974FE: hue angle of 225.75º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4974FE is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 116 254 -
CMYK 0.71 0.54 0 0.00
HSL 225.75º 0.99% 0.64% -
HSV(B) 225.75º 0.71% 1% -
XYZ 26.88 21.06 96.41 -
YUV 118.88 204.25 95.28 -
System Red Green Blue C M Y K H S L
Decimal 73 116 254 0.71 0.54 0 0.00 225.75 0.99 0.64
Hex 49 74 FE 47 36 0 0 E2 63 40
Octal 111 164 376 107 66 0 0 342 143 100
Binary 1001001 1110100 11111110 1000111 110110 0 0 11100010 1100011 1000000

Color Harmonies of #4974FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4974FE

Black with #4974FE

Text Example


Text Example

White with #4974FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4974FE; }

 p { color: rgb(73,116,254); }

 H1.HeaderClassName
 {
   color: #4974FE;
 }
 .AnyTagClassName
 {
   color: #4974FE;
 }
</style>

background-color css

<style>
 a { background-color: #4974FE; }

 a { background-color: rgb(73,116,254); }

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

border-color css

<style>
 span { border-color: #4974FE; }

 span { border-color: rgb(73,116,254); }

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