#4A71E4

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

Shades of Royal Blue #4A71E4

Tints of Royal Blue #4A71E4

Color information

#4A71E4 (or 0x4A71E4) is unknown color: approx Royal Blue. HEX triplet: 4A, 71 and E4. RGB value is (74,113,228). Sum of RGB (Red+Green+Blue) = 74+113+228=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 228 (89.45% from 255 or 54.94% from 415); Max value from RGB is 228 - color contains mainly: blue. Hex color #4A71E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A71E4 is #B58E1B. Grayscale: #717171. Windows color (decimal): -11898396 or 14971210. OLE color: 14971210.

HSL color Cylindrical-coordinate representation of color #4A71E4: hue angle of 224.81º 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 #4A71E4 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB74113228-
CMYK0.680.5000.11
HSL224.81º74.04%59.22%-
HSV(B)224.81º67.54%89.41%-
XYZ22.7318.8775.84-
YUV114.45192.0899.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.83%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 228 (89.45% from 255) = 54.94%
R=17.83%
G=27.23%
B=54.94%

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
Decimal741132280.680.5000.11224.8174.0459.22
Hex4A71E444320Be14a3b
Octal1121613441046201334111273
Binary1001010111000111100100100010011001001011111000011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A71E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A71E4; }

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

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

<style>
 a { background-color: #4A71E4; }

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

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

<style>
 span { border-color: #4A71E4; }

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

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