Html Css Color HEX #4E5BDE Royal Blue

📋 copy color: '#4E5BDE'

red 78 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #4E5BDE

Tints of Royal Blue #4E5BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 222 (87.11% from 255) = 56.78%

R = 19.95%
G = 23.27%
B = 56.78%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E5BDE (or 0x4E5BDE) is known color: Royal Blue. HEX triplet: 4E, 5B and DE. RGB value is (78,91,222). Sum of RGB (Red+Green+Blue) = 78+91+222=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E5BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5BDE is #B1A421. Grayscale: #656565. Windows color (decimal): -11641890 or 14572366. OLE color: 14572366.

HSL color Cylindrical-coordinate representation of color #4E5BDE: hue angle of 234.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E5BDE is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 91 222 -
CMYK 0.65 0.59 0 0.13
HSL 234.58º 0.69% 0.59% -
HSV(B) 234.58º 0.65% 0.87% -
XYZ 20.07 14.38 70.82 -
YUV 102.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 78 91 222 0.65 0.59 0 0.13 234.58 0.69 0.59
Hex 4E 5B DE 41 3B 0 D EB 45 3B
Octal 116 133 336 101 73 0 15 353 105 73
Binary 1001110 1011011 11011110 1000001 111011 0 1101 11101011 1000101 111011

Color Harmonies of #4E5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5BDE

Black with #4E5BDE

Text Example


Text Example

White with #4E5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,91,222); }

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

background-color css

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

 a { background-color: rgb(78,91,222); }

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

border-color css

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

 span { border-color: rgb(78,91,222); }

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