Html Css Color HEX #4D72DD Royal Blue

📋 copy color: '#4D72DD'

red 77 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #4D72DD

Tints of Royal Blue #4D72DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 18.69%
G = 27.67%
B = 53.64%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D72DD (or 0x4D72DD) is known color: Royal Blue. HEX triplet: 4D, 72 and DD. RGB value is (77,114,221). Sum of RGB (Red+Green+Blue) = 77+114+221=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D72DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D72DD is #B28D22. Grayscale: #727272. Windows color (decimal): -11701539 or 14512717. OLE color: 14512717.

HSL color Cylindrical-coordinate representation of color #4D72DD: hue angle of 224.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D72DD is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 114 221 -
CMYK 0.65 0.48 0 0.13
HSL 224.58º 0.68% 0.58% -
HSV(B) 224.58º 0.65% 0.87% -
XYZ 22.13 18.83 70.88 -
YUV 115.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 77 114 221 0.65 0.48 0 0.13 224.58 0.68 0.58
Hex 4D 72 DD 41 30 0 D E1 44 3A
Octal 115 162 335 101 60 0 15 341 104 72
Binary 1001101 1110010 11011101 1000001 110000 0 1101 11100001 1000100 111010

Color Harmonies of #4D72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D72DD

Black with #4D72DD

Text Example


Text Example

White with #4D72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,114,221); }

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

background-color css

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

 a { background-color: rgb(77,114,221); }

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

border-color css

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

 span { border-color: rgb(77,114,221); }

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