Html Css Color HEX #4E64DC Royal Blue

📋 copy color: '#4E64DC'

red 78 ◦ green 100 ◦ blue 220

#4E64DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4E64DC

Tints of Royal Blue #4E64DC

RGB

 RED value IS 78 (30.86% from 255) = 19.6%

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 19.6%
G = 25.13%
B = 55.28%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E64DC (or 0x4E64DC) is known color: 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

RGB 78 100 220 -
CMYK 0.65 0.55 0 0.14
HSL 230.7º 0.67% 0.58% -
HSV(B) 230.7º 0.65% 0.86% -
XYZ 20.62 15.9 69.69 -
YUV 107.1 191.71 107.24 -
System Red Green Blue C M Y K H S L
Decimal 78 100 220 0.65 0.55 0 0.14 230.7 0.67 0.58
Hex 4E 64 DC 41 37 0 E E7 43 3A
Octal 116 144 334 101 67 0 16 347 103 72
Binary 1001110 1100100 11011100 1000001 110111 0 1110 11100111 1000011 111010

Color Harmonies of #4E64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E64DC

Black with #4E64DC

Text Example


Text Example

White with #4E64DC

Text Example


Text Example

HTML Codes & Css Web 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>