Html Css Color HEX #4E5DDB Royal Blue

📋 copy color: '#4E5DDB'

red 78 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #4E5DDB

Tints of Royal Blue #4E5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

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

R = 20%
G = 23.85%
B = 56.15%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E5DDB (or 0x4E5DDB) is known color: Royal Blue. HEX triplet: 4E, 5D and DB. RGB value is (78,93,219). Sum of RGB (Red+Green+Blue) = 78+93+219=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DDB is #B1A224. Grayscale: #666666. Windows color (decimal): -11641381 or 14376270. OLE color: 14376270.

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

Color convert

RGB 78 93 219 -
CMYK 0.64 0.58 0 0.14
HSL 233.62º 0.66% 0.58% -
HSV(B) 233.62º 0.64% 0.86% -
XYZ 19.84 14.56 68.78 -
YUV 102.88 193.53 110.25 -
System Red Green Blue C M Y K H S L
Decimal 78 93 219 0.64 0.58 0 0.14 233.62 0.66 0.58
Hex 4E 5D DB 40 3A 0 E EA 42 3A
Octal 116 135 333 100 72 0 16 352 102 72
Binary 1001110 1011101 11011011 1000000 111010 0 1110 11101010 1000010 111010

Color Harmonies of #4E5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5DDB

Black with #4E5DDB

Text Example


Text Example

White with #4E5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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