#4954E1

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

Shades of Royal Blue #4954E1

Tints of Royal Blue #4954E1

Color information

#4954E1 (or 0x4954E1) is unknown color: approx Royal Blue. HEX triplet: 49, 54 and E1. RGB value is (73,84,225). Sum of RGB (Red+Green+Blue) = 73+84+225=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #4954E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4954E1 is #B6AB1E. Grayscale: #606060. Windows color (decimal): -11971359 or 14767177. OLE color: 14767177.

HSL color Cylindrical-coordinate representation of color #4954E1: hue angle of 235.66º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4954E1 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7384225-
CMYK0.680.6300.12
HSL235.66º71.7%58.43%-
HSV(B)235.66º67.56%88.24%-
XYZ19.5113.1972.75-
YUV96.78200.36111.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 225 (88.28% from 255) = 58.90%
R=19.11%
G=21.99%
B=58.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73842250.680.6300.12235.6671.758.43
Hex4954E1443F0Cec483a
Octal1111243411047701435411072
Binary1001001101010011100001100010011111101100111011001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4954E1; }

 p { color: rgb(73,84,225); }

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

<style>
 a { background-color: #4954E1; }

 a { background-color: rgb(73,84,225); }

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

<style>
 span { border-color: #4954E1; }

 span { border-color: rgb(73,84,225); }

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