#4963ED

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

Shades of Royal Blue #4963ED

Tints of Royal Blue #4963ED

Color information

#4963ED (or 0x4963ED) is unknown color: approx Royal Blue. HEX triplet: 49, 63 and ED. RGB value is (73,99,237). Sum of RGB (Red+Green+Blue) = 73+99+237=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #4963ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963ED is #B69C12. Grayscale: #6A6A6A. Windows color (decimal): -11967507 or 15557449. OLE color: 15557449.

HSL color Cylindrical-coordinate representation of color #4963ED: hue angle of 230.49º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4963ED is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7399237-
CMYK0.690.5800.07
HSL230.49º82%60.78%-
HSV(B)230.49º69.2%92.94%-
XYZ22.516.4582.11-
YUV106.96201.39103.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 237 (92.97% from 255) = 57.95%
R=17.85%
G=24.21%
B=57.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal73992370.690.5800.07230.498260.78
Hex4963ED453A07e6523d
Octal111143355105720734612275
Binary100100111000111110110110001011110100111111001101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4963ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4963ED; }

 p { color: rgb(73,99,237); }

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

<style>
 a { background-color: #4963ED; }

 a { background-color: rgb(73,99,237); }

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

<style>
 span { border-color: #4963ED; }

 span { border-color: rgb(73,99,237); }

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