Html Css Color HEX #4774EC Royal Blue

📋 copy color: '#4774EC'

red 71 ◦ green 116 ◦ blue 236

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

Shades of Royal Blue #4774EC

Tints of Royal Blue #4774EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 16.78%
G = 27.42%
B = 55.79%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4774EC (or 0x4774EC) is known color: Royal Blue. HEX triplet: 47, 74 and EC. RGB value is (71,116,236). Sum of RGB (Red+Green+Blue) = 71+116+236=423 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.78% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #4774EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4774EC is #B88B13. Grayscale: #737373. Windows color (decimal): -12094228 or 15496263. OLE color: 15496263.

HSL color Cylindrical-coordinate representation of color #4774EC: hue angle of 223.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4774EC is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 116 236 -
CMYK 0.70 0.51 0 0.07
HSL 223.64º 0.81% 0.6% -
HSV(B) 223.64º 0.7% 0.93% -
XYZ 23.98 19.89 81.93 -
YUV 116.23 195.59 95.74 -
System Red Green Blue C M Y K H S L
Decimal 71 116 236 0.70 0.51 0 0.07 223.64 0.81 0.6
Hex 47 74 EC 46 33 0 7 E0 51 3C
Octal 107 164 354 106 63 0 7 340 121 74
Binary 1000111 1110100 11101100 1000110 110011 0 111 11100000 1010001 111100

Color Harmonies of #4774EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774EC

Black with #4774EC

Text Example


Text Example

White with #4774EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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