#4971E4

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

Shades of Royal Blue #4971E4

Tints of Royal Blue #4971E4

Color information

#4971E4 (or 0x4971E4) is unknown color: approx Royal Blue. HEX triplet: 49, 71 and E4. RGB value is (73,113,228). Sum of RGB (Red+Green+Blue) = 73+113+228=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #4971E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971E4 is #B68E1B. Grayscale: #717171. Windows color (decimal): -11963932 or 14971209. OLE color: 14971209.

HSL color Cylindrical-coordinate representation of color #4971E4: hue angle of 224.52º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4971E4 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB73113228-
CMYK0.680.5000.11
HSL224.52º74.16%59.02%-
HSV(B)224.52º67.98%89.41%-
XYZ22.6618.8375.84-
YUV114.15192.2598.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.63%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 228 (89.45% from 255) = 55.07%
R=17.63%
G=27.29%
B=55.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal731132280.680.5000.11224.5274.1659.02
Hex4971E444320Be14a3b
Octal1111613441046201334111273
Binary1001001111000111100100100010011001001011111000011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4971E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4971E4; }

 p { color: rgb(73,113,228); }

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

<style>
 a { background-color: #4971E4; }

 a { background-color: rgb(73,113,228); }

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

<style>
 span { border-color: #4971E4; }

 span { border-color: rgb(73,113,228); }

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