#4E64D3

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

Shades of Royal Blue #4E64D3

Tints of Royal Blue #4E64D3

Color information

#4E64D3 (or 0x4E64D3) is unknown color: approx Royal Blue. HEX triplet: 4E, 64 and D3. RGB value is (78,100,211). Sum of RGB (Red+Green+Blue) = 78+100+211=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #4E64D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E64D3 is #B19B2C. Grayscale: #696969. Windows color (decimal): -11639597 or 13853774. OLE color: 13853774.

HSL color Cylindrical-coordinate representation of color #4E64D3: hue angle of 230.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E64D3 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB78100211-
CMYK0.630.5300.17
HSL230.08º60.18%56.67%-
HSV(B)230.08º63.03%82.75%-
XYZ19.4615.4463.58-
YUV106.08187.21107.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.05%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 211 (82.81% from 255) = 54.24%
R=20.05%
G=25.71%
B=54.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal781002110.630.5300.17230.0860.1856.67
Hex4E64D33F35011e63c39
Octal11614432377650213467471
Binary100111011001001101001111111111010101000111100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E64D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,211); }

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

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

 a { background-color: rgb(78,100,211); }

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

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

 span { border-color: rgb(78,100,211); }

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