Html Css Color HEX #4D68D6 Royal Blue

📋 copy color: '#4D68D6'

red 77 ◦ green 104 ◦ blue 214

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

Shades of Royal Blue #4D68D6

Tints of Royal Blue #4D68D6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

 BLUE value IS 214 (83.98% from 255) = 54.18%

R = 19.49%
G = 26.33%
B = 54.18%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4D68D6 (or 0x4D68D6) is known color: Royal Blue. HEX triplet: 4D, 68 and D6. RGB value is (77,104,214). Sum of RGB (Red+Green+Blue) = 77+104+214=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D68D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68D6 is #B29729. Grayscale: #6C6C6C. Windows color (decimal): -11704106 or 14051405. OLE color: 14051405.

HSL color Cylindrical-coordinate representation of color #4D68D6: hue angle of 228.18º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D68D6 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 104 214 -
CMYK 0.64 0.51 0 0.16
HSL 228.18º 0.63% 0.57% -
HSV(B) 228.18º 0.64% 0.84% -
XYZ 20.15 16.33 65.71 -
YUV 108.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 77 104 214 0.64 0.51 0 0.16 228.18 0.63 0.57
Hex 4D 68 D6 40 33 0 10 E4 3F 39
Octal 115 150 326 100 63 0 20 344 77 71
Binary 1001101 1101000 11010110 1000000 110011 0 10000 11100100 111111 111001

Color Harmonies of #4D68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D68D6

Black with #4D68D6

Text Example


Text Example

White with #4D68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,104,214); }

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

background-color css

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

 a { background-color: rgb(77,104,214); }

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

border-color css

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

 span { border-color: rgb(77,104,214); }

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