#4963df

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

Shades of Royal Blue #4963DF

Tints of Royal Blue #4963DF

Color information

#4963DF (or 0x4963DF) is unknown color: approx Royal Blue. HEX triplet: 49, 63 and DF. RGB value is (73,99,223). Sum of RGB (Red+Green+Blue) = 73+99+223=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #4963DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963DF is #B69C20. Grayscale: #686868. Windows color (decimal): -11967521 or 14639945. OLE color: 14639945.

HSL color Cylindrical-coordinate representation of color #4963DF: hue angle of 229.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4963DF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7399223-
CMYK0.670.5600.13
HSL229.6º70.09%58.04%-
HSV(B)229.6º67.26%87.45%-
XYZ20.5315.6771.75-
YUV105.36194.39104.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 223 (87.5% from 255) = 56.46%
R=18.48%
G=25.06%
B=56.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73992230.670.5600.13229.670.0958.04
Hex4963DF43380De6463a
Octal1111433371037001534610672
Binary1001001110001111011111100001111100001101111001101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4963df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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