#4E63DC

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

Shades of Royal Blue #4E63DC

Tints of Royal Blue #4E63DC

Color information

#4E63DC (or 0x4E63DC) is unknown color: approx Royal Blue. HEX triplet: 4E, 63 and DC. RGB value is (78,99,220). Sum of RGB (Red+Green+Blue) = 78+99+220=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E63DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E63DC is #B19C23. Grayscale: #6A6A6A. Windows color (decimal): -11639844 or 14443342. OLE color: 14443342.

HSL color Cylindrical-coordinate representation of color #4E63DC: hue angle of 231.13º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E63DC is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7899220-
CMYK0.650.5500.14
HSL231.13º66.98%58.43%-
HSV(B)231.13º64.55%86.27%-
XYZ20.5215.7169.66-
YUV106.52192.04107.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.65%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=19.65%
G=24.94%
B=55.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78992200.650.5500.14231.1366.9858.43
Hex4E63DC41370Ee7433a
Octal1161433341016701634710372
Binary1001110110001111011100100000111011101110111001111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E63DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,220); }

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

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

 a { background-color: rgb(78,99,220); }

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

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

 span { border-color: rgb(78,99,220); }

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