Html Css Color HEX #4D75DC Royal Blue

📋 copy color: '#4D75DC'

red 77 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #4D75DC

Tints of Royal Blue #4D75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 18.6%
G = 28.26%
B = 53.14%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D75DC (or 0x4D75DC) is known color: Royal Blue. HEX triplet: 4D, 75 and DC. RGB value is (77,117,220). Sum of RGB (Red+Green+Blue) = 77+117+220=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D75DC is #B28A23. Grayscale: #747474. Windows color (decimal): -11700772 or 14447949. OLE color: 14447949.

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

Color convert

RGB 77 117 220 -
CMYK 0.65 0.47 0 0.14
HSL 223.22º 0.67% 0.58% -
HSV(B) 223.22º 0.65% 0.86% -
XYZ 22.34 19.47 70.29 -
YUV 116.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 77 117 220 0.65 0.47 0 0.14 223.22 0.67 0.58
Hex 4D 75 DC 41 2F 0 E DF 43 3A
Octal 115 165 334 101 57 0 16 337 103 72
Binary 1001101 1110101 11011100 1000001 101111 0 1110 11011111 1000011 111010

Color Harmonies of #4D75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D75DC

Black with #4D75DC

Text Example


Text Example

White with #4D75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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