Html Css Color HEX #4774DC Royal Blue

📋 copy color: '#4774DC'

red 71 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #4774DC

Tints of Royal Blue #4774DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

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

R = 17.44%
G = 28.5%
B = 54.05%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4774DC (or 0x4774DC) is known color: Royal Blue. HEX triplet: 47, 74 and DC. RGB value is (71,116,220). Sum of RGB (Red+Green+Blue) = 71+116+220=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #4774DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774DC is #B88B23. Grayscale: #717171. Windows color (decimal): -12094244 or 14447687. OLE color: 14447687.

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

Color convert

RGB 71 116 220 -
CMYK 0.68 0.47 0 0.14
HSL 221.88º 0.68% 0.57% -
HSV(B) 221.88º 0.68% 0.86% -
XYZ 21.76 19 70.23 -
YUV 114.4 187.59 97.04 -
System Red Green Blue C M Y K H S L
Decimal 71 116 220 0.68 0.47 0 0.14 221.88 0.68 0.57
Hex 47 74 DC 44 2F 0 E DE 44 39
Octal 107 164 334 104 57 0 16 336 104 71
Binary 1000111 1110100 11011100 1000100 101111 0 1110 11011110 1000100 111001

Color Harmonies of #4774DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774DC

Black with #4774DC

Text Example


Text Example

White with #4774DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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