#4E62DC

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

Shades of Royal Blue #4E62DC

Tints of Royal Blue #4E62DC

Color information

#4E62DC (or 0x4E62DC) is unknown color: approx Royal Blue. HEX triplet: 4E, 62 and DC. RGB value is (78,98,220). Sum of RGB (Red+Green+Blue) = 78+98+220=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E62DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E62DC is #B19D23. Grayscale: #696969. Windows color (decimal): -11640100 or 14443086. OLE color: 14443086.

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

Color convert

RGB7898220-
CMYK0.650.5500.14
HSL231.55º66.98%58.43%-
HSV(B)231.55º64.55%86.27%-
XYZ20.4315.5269.63-
YUV105.93192.37108.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.70%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 220 (86.33% from 255) = 55.56%
R=19.70%
G=24.75%
B=55.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78982200.650.5500.14231.5566.9858.43
Hex4E62DC41370Ee8433a
Octal1161423341016701635010372
Binary1001110110001011011100100000111011101110111010001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E62DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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