Html Css Color HEX #4D68DB Royal Blue

📋 copy color: '#4D68DB'

red 77 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #4D68DB

Tints of Royal Blue #4D68DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 19.25%
G = 26%
B = 54.75%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D68DB (or 0x4D68DB) is known color: Royal Blue. HEX triplet: 4D, 68 and DB. RGB value is (77,104,219). Sum of RGB (Red+Green+Blue) = 77+104+219=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68DB is #B29724. Grayscale: #6C6C6C. Windows color (decimal): -11704101 or 14379085. OLE color: 14379085.

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

Color convert

RGB 77 104 219 -
CMYK 0.65 0.53 0 0.14
HSL 228.59º 0.66% 0.58% -
HSV(B) 228.59º 0.65% 0.86% -
XYZ 20.8 16.59 69.12 -
YUV 109.04 190.05 105.15 -
System Red Green Blue C M Y K H S L
Decimal 77 104 219 0.65 0.53 0 0.14 228.59 0.66 0.58
Hex 4D 68 DB 41 35 0 E E5 42 3A
Octal 115 150 333 101 65 0 16 345 102 72
Binary 1001101 1101000 11011011 1000001 110101 0 1110 11100101 1000010 111010

Color Harmonies of #4D68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D68DB

Black with #4D68DB

Text Example


Text Example

White with #4D68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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