Html Css Color HEX #4D65DC Royal Blue

📋 copy color: '#4D65DC'

red 77 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #4D65DC

Tints of Royal Blue #4D65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

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

R = 19.35%
G = 25.38%
B = 55.28%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D65DC (or 0x4D65DC) is known color: Royal Blue. HEX triplet: 4D, 65 and DC. RGB value is (77,101,220). Sum of RGB (Red+Green+Blue) = 77+101+220=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D65DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65DC is #B29A23. Grayscale: #6A6A6A. Windows color (decimal): -11704868 or 14443853. OLE color: 14443853.

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

Color convert

RGB 77 101 220 -
CMYK 0.65 0.54 0 0.14
HSL 229.93º 0.67% 0.58% -
HSV(B) 229.93º 0.65% 0.86% -
XYZ 20.63 16.05 69.72 -
YUV 107.39 191.55 106.32 -
System Red Green Blue C M Y K H S L
Decimal 77 101 220 0.65 0.54 0 0.14 229.93 0.67 0.58
Hex 4D 65 DC 41 36 0 E E6 43 3A
Octal 115 145 334 101 66 0 16 346 103 72
Binary 1001101 1100101 11011100 1000001 110110 0 1110 11100110 1000011 111010

Color Harmonies of #4D65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D65DC

Black with #4D65DC

Text Example


Text Example

White with #4D65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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