#4E64DC

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

Shades of Royal Blue #4E64DC

Tints of Royal Blue #4E64DC

Color information

#4E64DC (or 0x4E64DC) is unknown color: approx Royal Blue. HEX triplet: 4E, 64 and DC. RGB value is (78,100,220). Sum of RGB (Red+Green+Blue) = 78+100+220=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E64DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E64DC is #B19B23. Grayscale: #6A6A6A. Windows color (decimal): -11639588 or 14443598. OLE color: 14443598.

HSL color Cylindrical-coordinate representation of color #4E64DC: hue angle of 230.7º 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 #4E64DC is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB78100220-
CMYK0.650.5500.14
HSL230.7º66.98%58.43%-
HSV(B)230.7º64.55%86.27%-
XYZ20.6215.969.69-
YUV107.1191.71107.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 220 (86.33% from 255) = 55.28%
R=19.60%
G=25.13%
B=55.28%

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
Decimal781002200.650.5500.14230.766.9858.43
Hex4E64DC41370Ee7433a
Octal1161443341016701634710372
Binary1001110110010011011100100000111011101110111001111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E64DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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