Html Css Color HEX #4D6CDC Royal Blue

📋 copy color: '#4D6CDC'

red 77 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #4D6CDC

Tints of Royal Blue #4D6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

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

R = 19.01%
G = 26.67%
B = 54.32%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D6CDC (or 0x4D6CDC) is known color: Royal Blue. HEX triplet: 4D, 6C and DC. RGB value is (77,108,220). Sum of RGB (Red+Green+Blue) = 77+108+220=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D6CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6CDC is #B29323. Grayscale: #6F6F6F. Windows color (decimal): -11703076 or 14445645. OLE color: 14445645.

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

Color convert

RGB 77 108 220 -
CMYK 0.65 0.51 0 0.14
HSL 226.99º 0.67% 0.58% -
HSV(B) 226.99º 0.65% 0.86% -
XYZ 21.34 17.47 69.96 -
YUV 111.5 189.23 103.39 -
System Red Green Blue C M Y K H S L
Decimal 77 108 220 0.65 0.51 0 0.14 226.99 0.67 0.58
Hex 4D 6C DC 41 33 0 E E3 43 3A
Octal 115 154 334 101 63 0 16 343 103 72
Binary 1001101 1101100 11011100 1000001 110011 0 1110 11100011 1000011 111010

Color Harmonies of #4D6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6CDC

Black with #4D6CDC

Text Example


Text Example

White with #4D6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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