Html Css Color HEX #4E70DB Royal Blue

📋 copy color: '#4E70DB'

red 78 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #4E70DB

Tints of Royal Blue #4E70DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 19.07%
G = 27.38%
B = 53.55%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E70DB (or 0x4E70DB) is known color: Royal Blue. HEX triplet: 4E, 70 and DB. RGB value is (78,112,219). Sum of RGB (Red+Green+Blue) = 78+112+219=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E70DB is #B18F24. Grayscale: #717171. Windows color (decimal): -11636517 or 14381134. OLE color: 14381134.

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

Color convert

RGB 78 112 219 -
CMYK 0.64 0.49 0 0.14
HSL 225.53º 0.66% 0.58% -
HSV(B) 225.53º 0.64% 0.86% -
XYZ 21.72 18.32 69.41 -
YUV 114.03 187.24 102.3 -
System Red Green Blue C M Y K H S L
Decimal 78 112 219 0.64 0.49 0 0.14 225.53 0.66 0.58
Hex 4E 70 DB 40 31 0 E E2 42 3A
Octal 116 160 333 100 61 0 16 342 102 72
Binary 1001110 1110000 11011011 1000000 110001 0 1110 11100010 1000010 111010

Color Harmonies of #4E70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E70DB

Black with #4E70DB

Text Example


Text Example

White with #4E70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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