#4E72DE

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

Shades of Royal Blue #4E72DE

Tints of Royal Blue #4E72DE

Color information

#4E72DE (or 0x4E72DE) is unknown color: approx Royal Blue. HEX triplet: 4E, 72 and DE. RGB value is (78,114,222). Sum of RGB (Red+Green+Blue) = 78+114+222=414 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.84% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E72DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E72DE is #B18D21. Grayscale: #737373. Windows color (decimal): -11636002 or 14578254. OLE color: 14578254.

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

Color convert

RGB78114222-
CMYK0.650.4900.13
HSL225º68.57%58.82%-
HSV(B)225º64.86%87.06%-
XYZ22.3418.9371.58-
YUV115.55188.07101.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.84%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=18.84%
G=27.54%
B=53.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal781142220.650.4900.1322568.5758.82
Hex4E72DE41310De1453b
Octal1161623361016101534110573
Binary1001110111001011011110100000111000101101111000011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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