Html Css Color HEX #4771CE Royal Blue

📋 copy color: '#4771CE'

red 71 ◦ green 113 ◦ blue 206

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

Shades of Royal Blue #4771CE

Tints of Royal Blue #4771CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 18.21%
G = 28.97%
B = 52.82%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4771CE (or 0x4771CE) is known color: Royal Blue. HEX triplet: 47, 71 and CE. RGB value is (71,113,206). Sum of RGB (Red+Green+Blue) = 71+113+206=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #4771CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771CE is #B88E31. Grayscale: #6E6E6E. Windows color (decimal): -12095026 or 13529415. OLE color: 13529415.

HSL color Cylindrical-coordinate representation of color #4771CE: hue angle of 221.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4771CE is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 113 206 -
CMYK 0.66 0.45 0 0.19
HSL 221.33º 0.58% 0.54% -
HSV(B) 221.33º 0.66% 0.81% -
XYZ 19.64 17.61 60.76 -
YUV 111.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 71 113 206 0.66 0.45 0 0.19 221.33 0.58 0.54
Hex 47 71 CE 42 2D 0 13 DD 3A 36
Octal 107 161 316 102 55 0 23 335 72 66
Binary 1000111 1110001 11001110 1000010 101101 0 10011 11011101 111010 110110

Color Harmonies of #4771CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4771CE

Black with #4771CE

Text Example


Text Example

White with #4771CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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