#4953E1

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

Shades of Royal Blue #4953E1

Tints of Royal Blue #4953E1

Color information

#4953E1 (or 0x4953E1) is unknown color: approx Royal Blue. HEX triplet: 49, 53 and E1. RGB value is (73,83,225). Sum of RGB (Red+Green+Blue) = 73+83+225=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #4953E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953E1 is #B6AC1E. Grayscale: #5F5F5F. Windows color (decimal): -11971615 or 14766921. OLE color: 14766921.

HSL color Cylindrical-coordinate representation of color #4953E1: hue angle of 236.05º 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 #4953E1 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7383225-
CMYK0.680.6300.12
HSL236.05º71.7%58.43%-
HSV(B)236.05º67.56%88.24%-
XYZ19.4313.0472.73-
YUV96.2200.69111.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 225 (88.28% from 255) = 59.06%
R=19.16%
G=21.78%
B=59.06%

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
Decimal73832250.680.6300.12236.0571.758.43
Hex4953E1443F0Cec483a
Octal1111233411047701435411072
Binary1001001101001111100001100010011111101100111011001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4953E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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