#4974F0

Color #4974F0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4974F0

Tints of Royal Blue #4974F0

Color information

#4974F0 (or 0x4974F0) is unknown color: approx Royal Blue. HEX triplet: 49, 74 and F0. RGB value is (73,116,240). Sum of RGB (Red+Green+Blue) = 73+116+240=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #4974F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4974F0 is #B68B0F. Grayscale: #747474. Windows color (decimal): -11963152 or 15758409. OLE color: 15758409.

HSL color Cylindrical-coordinate representation of color #4974F0: hue angle of 224.55º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4974F0 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73116240-
CMYK0.700.5200.06
HSL224.55º84.77%61.37%-
HSV(B)224.55º69.58%94.12%-
XYZ24.7220.285.03-
YUV117.28197.2596.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.02%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 240 (94.14% from 255) = 55.94%
R=17.02%
G=27.04%
B=55.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731162400.700.5200.06224.5584.7761.37
Hex4974F0463406e1553d
Octal111164360106640634112575
Binary100100111101001111000010001101101000110111000011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4974F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4974F0;
 }
 .AnyTagClassName
 {
   color: #4974F0;
 }
</style>
background-color css

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

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

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

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

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

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