#4E5FDB

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

Shades of Royal Blue #4E5FDB

Tints of Royal Blue #4E5FDB

Color information

#4E5FDB (or 0x4E5FDB) is unknown color: approx Royal Blue. HEX triplet: 4E, 5F and DB. RGB value is (78,95,219). Sum of RGB (Red+Green+Blue) = 78+95+219=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E5FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5FDB is #B1A024. Grayscale: #676767. Windows color (decimal): -11640869 or 14376782. OLE color: 14376782.

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

Color convert

RGB7895219-
CMYK0.640.5700.14
HSL232.77º66.2%58.24%-
HSV(B)232.77º64.38%85.88%-
XYZ20.0214.9268.84-
YUV104.05192.87109.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 219 (85.94% from 255) = 55.87%
R=19.90%
G=24.23%
B=55.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78952190.640.5700.14232.7766.258.24
Hex4E5FDB40390Ee9423a
Octal1161373331007101635110272
Binary1001110101111111011011100000011100101110111010011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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