Html Css Color HEX #4E6FDC Royal Blue

📋 copy color: '#4E6FDC'

red 78 ◦ green 111 ◦ blue 220

#4E6FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4E6FDC

Tints of Royal Blue #4E6FDC

RGB

 RED value IS 78 (30.86% from 255) = 19.07%

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 19.07%
G = 27.14%
B = 53.79%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E6FDC (or 0x4E6FDC) is known color: Royal Blue. HEX triplet: 4E, 6F and DC. RGB value is (78,111,220). Sum of RGB (Red+Green+Blue) = 78+111+220=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E6FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FDC is #B19023. Grayscale: #717171. Windows color (decimal): -11636772 or 14446414. OLE color: 14446414.

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

Color convert

RGB 78 111 220 -
CMYK 0.65 0.50 0 0.14
HSL 226.06º 0.67% 0.58% -
HSV(B) 226.06º 0.65% 0.86% -
XYZ 21.74 18.16 70.07 -
YUV 113.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 78 111 220 0.65 0.50 0 0.14 226.06 0.67 0.58
Hex 4E 6F DC 41 32 0 E E2 43 3A
Octal 116 157 334 101 62 0 16 342 103 72
Binary 1001110 1101111 11011100 1000001 110010 0 1110 11100010 1000011 111010

Color Harmonies of #4E6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6FDC

Black with #4E6FDC

Text Example


Text Example

White with #4E6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E6FDC;
 }
 .AnyTagClassName
 {
   color: #4E6FDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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