Html Css Color HEX #4E70DC Royal Blue

📋 copy color: '#4E70DC'

red 78 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #4E70DC

Tints of Royal Blue #4E70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 19.02%
G = 27.32%
B = 53.66%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E70DC (or 0x4E70DC) is known color: Royal Blue. HEX triplet: 4E, 70 and DC. RGB value is (78,112,220). Sum of RGB (Red+Green+Blue) = 78+112+220=410 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.02% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E70DC is #B18F23. Grayscale: #717171. Windows color (decimal): -11636516 or 14446670. OLE color: 14446670.

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

Color convert

RGB 78 112 220 -
CMYK 0.65 0.49 0 0.14
HSL 225.63º 0.67% 0.58% -
HSV(B) 225.63º 0.65% 0.86% -
XYZ 21.85 18.38 70.11 -
YUV 114.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 78 112 220 0.65 0.49 0 0.14 225.63 0.67 0.58
Hex 4E 70 DC 41 31 0 E E2 43 3A
Octal 116 160 334 101 61 0 16 342 103 72
Binary 1001110 1110000 11011100 1000001 110001 0 1110 11100010 1000011 111010

Color Harmonies of #4E70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E70DC

Black with #4E70DC

Text Example


Text Example

White with #4E70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E70DC;
 }
 .AnyTagClassName
 {
   color: #4E70DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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