Html Css Color HEX #4771DC Royal Blue

📋 copy color: '#4771DC'

red 71 ◦ green 113 ◦ blue 220

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

Shades of Royal Blue #4771DC

Tints of Royal Blue #4771DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 17.57%
G = 27.97%
B = 54.46%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4771DC (or 0x4771DC) is known color: Royal Blue. HEX triplet: 47, 71 and DC. RGB value is (71,113,220). Sum of RGB (Red+Green+Blue) = 71+113+220=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #4771DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771DC is #B88E23. Grayscale: #707070. Windows color (decimal): -12095012 or 14446919. OLE color: 14446919.

HSL color Cylindrical-coordinate representation of color #4771DC: hue angle of 223.09º 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 #4771DC is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 113 220 -
CMYK 0.68 0.49 0 0.14
HSL 223.09º 0.68% 0.57% -
HSV(B) 223.09º 0.68% 0.86% -
XYZ 21.42 18.32 70.12 -
YUV 112.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 71 113 220 0.68 0.49 0 0.14 223.09 0.68 0.57
Hex 47 71 DC 44 31 0 E DF 44 39
Octal 107 161 334 104 61 0 16 337 104 71
Binary 1000111 1110001 11011100 1000100 110001 0 1110 11011111 1000100 111001

Color Harmonies of #4771DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4771DC

Black with #4771DC

Text Example


Text Example

White with #4771DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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