Html Css Color HEX #4776DC Royal Blue

📋 copy color: '#4776DC'

red 71 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #4776DC

Tints of Royal Blue #4776DC

RGB

 RED value IS 71 (28.13% from 255) = 17.36%

 GREEN value IS 118 (46.48% from 255) = 28.85%

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

R = 17.36%
G = 28.85%
B = 53.79%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4776DC (or 0x4776DC) is known color: Royal Blue. HEX triplet: 47, 76 and DC. RGB value is (71,118,220). Sum of RGB (Red+Green+Blue) = 71+118+220=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #4776DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776DC is #B88923. Grayscale: #737373. Windows color (decimal): -12093732 or 14448199. OLE color: 14448199.

HSL color Cylindrical-coordinate representation of color #4776DC: hue angle of 221.07º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4776DC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 118 220 -
CMYK 0.68 0.46 0 0.14
HSL 221.07º 0.68% 0.57% -
HSV(B) 221.07º 0.68% 0.86% -
XYZ 22 19.46 70.31 -
YUV 115.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 71 118 220 0.68 0.46 0 0.14 221.07 0.68 0.57
Hex 47 76 DC 44 2E 0 E DD 44 39
Octal 107 166 334 104 56 0 16 335 104 71
Binary 1000111 1110110 11011100 1000100 101110 0 1110 11011101 1000100 111001

Color Harmonies of #4776DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4776DC

Black with #4776DC

Text Example


Text Example

White with #4776DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4776DC; }

 p { color: rgb(71,118,220); }

 H1.HeaderClassName
 {
   color: #4776DC;
 }
 .AnyTagClassName
 {
   color: #4776DC;
 }
</style>

background-color css

<style>
 a { background-color: #4776DC; }

 a { background-color: rgb(71,118,220); }

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

border-color css

<style>
 span { border-color: #4776DC; }

 span { border-color: rgb(71,118,220); }

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