#4E72DC

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

Shades of Royal Blue #4E72DC

Tints of Royal Blue #4E72DC

Color information

#4E72DC (or 0x4E72DC) is unknown color: approx Royal Blue. HEX triplet: 4E, 72 and DC. RGB value is (78,114,220). Sum of RGB (Red+Green+Blue) = 78+114+220=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E72DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E72DC is #B18D23. Grayscale: #727272. Windows color (decimal): -11636004 or 14447182. OLE color: 14447182.

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

Color convert

RGB78114220-
CMYK0.650.4800.14
HSL224.79º66.98%58.43%-
HSV(B)224.79º64.55%86.27%-
XYZ22.0818.8270.18-
YUV115.32187.07101.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.93%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 220 (86.33% from 255) = 53.40%
R=18.93%
G=27.67%
B=53.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781142200.650.4800.14224.7966.9858.43
Hex4E72DC41300Ee1433a
Octal1161623341016001634110372
Binary1001110111001011011100100000111000001110111000011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E72DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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