#4970f2

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

Shades of Royal Blue #4970F2

Tints of Royal Blue #4970F2

Color information

#4970F2 (or 0x4970F2) is unknown color: approx Royal Blue. HEX triplet: 49, 70 and F2. RGB value is (73,112,242). Sum of RGB (Red+Green+Blue) = 73+112+242=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #4970F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4970F2 is #B68F0D. Grayscale: #727272. Windows color (decimal): -11964174 or 15888457. OLE color: 15888457.

HSL color Cylindrical-coordinate representation of color #4970F2: hue angle of 226.15º degrees, saturation: 0.87, 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 #4970F2 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73112242-
CMYK0.700.5400.05
HSL226.15º86.67%61.76%-
HSV(B)226.15º69.83%94.9%-
XYZ24.5719.4286.46-
YUV115.16199.5897.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 242 (94.92% from 255) = 56.67%
R=17.10%
G=26.23%
B=56.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal731122420.700.5400.05226.1586.6761.76
Hex4970F2463605e2573e
Octal111160362106660534212776
Binary100100111100001111001010001101101100101111000101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4970f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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