Html Css Color HEX #4D6FDC Royal Blue

📋 copy color: '#4D6FDC'

red 77 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #4D6FDC

Tints of Royal Blue #4D6FDC

RGB

 RED value IS 77 (30.47% from 255) = 18.87%

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

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

R = 18.87%
G = 27.21%
B = 53.92%

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

#4D6FDC (or 0x4D6FDC) is known color: Royal Blue. HEX triplet: 4D, 6F and DC. RGB value is (77,111,220). Sum of RGB (Red+Green+Blue) = 77+111+220=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D6FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6FDC is #B29023. Grayscale: #707070. Windows color (decimal): -11702308 or 14446413. OLE color: 14446413.

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

Color convert

RGB 77 111 220 -
CMYK 0.65 0.50 0 0.14
HSL 225.73º 0.67% 0.58% -
HSV(B) 225.73º 0.65% 0.86% -
XYZ 21.66 18.11 70.06 -
YUV 113.26 188.24 102.14 -
System Red Green Blue C M Y K H S L
Decimal 77 111 220 0.65 0.50 0 0.14 225.73 0.67 0.58
Hex 4D 6F DC 41 32 0 E E2 43 3A
Octal 115 157 334 101 62 0 16 342 103 72
Binary 1001101 1101111 11011100 1000001 110010 0 1110 11100010 1000011 111010

Color Harmonies of #4D6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6FDC

Black with #4D6FDC

Text Example


Text Example

White with #4D6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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