#4E72DB

Color #4E72DB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4E72DB

Tints of Royal Blue #4E72DB

Color information

#4E72DB (or 0x4E72DB) is unknown color: approx Royal Blue. HEX triplet: 4E, 72 and DB. RGB value is (78,114,219). Sum of RGB (Red+Green+Blue) = 78+114+219=411 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.98% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E72DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E72DB is #B18D24. Grayscale: #727272. Windows color (decimal): -11636005 or 14381646. OLE color: 14381646.

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

Color convert

RGB78114219-
CMYK0.640.4800.14
HSL224.68º66.2%58.24%-
HSV(B)224.68º64.38%85.88%-
XYZ21.9518.7769.48-
YUV115.21186.57101.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.98%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 219 (85.94% from 255) = 53.28%
R=18.98%
G=27.74%
B=53.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781142190.640.4800.14224.6866.258.24
Hex4E72DB40300Ee1423a
Octal1161623331006001634110272
Binary1001110111001011011011100000011000001110111000011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E72DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E72DB;
 }
 .AnyTagClassName
 {
   color: #4E72DB;
 }
</style>
background-color css

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

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

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

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

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

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