#4772ec

Color #4772EC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4772EC

Tints of Royal Blue #4772EC

Color information

#4772EC (or 0x4772EC) is unknown color: approx Royal Blue. HEX triplet: 47, 72 and EC. RGB value is (71,114,236). Sum of RGB (Red+Green+Blue) = 71+114+236=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #4772EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4772EC is #B88D13. Grayscale: #727272. Windows color (decimal): -12094740 or 15495751. OLE color: 15495751.

HSL color Cylindrical-coordinate representation of color #4772EC: hue angle of 224.36º 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 #4772EC is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB71114236-
CMYK0.700.5200.07
HSL224.36º81.28%60.2%-
HSV(B)224.36º69.92%92.55%-
XYZ23.7619.4381.86-
YUV115.05196.2596.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.86%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 236 (92.58% from 255) = 56.06%
R=16.86%
G=27.08%
B=56.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal711142360.700.5200.07224.3681.2860.2
Hex4772EC463407e0513c
Octal107162354106640734012174
Binary100011111100101110110010001101101000111111000001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4772ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4772ec; }

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

 H1.HeaderClassName
 {
   color: #4772ec;
 }
 .AnyTagClassName
 {
   color: #4772ec;
 }
</style>
background-color css

<style>
 a { background-color: #4772ec; }

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

 div.DivClassName
 {
   background-color: #4772ec;
 }
 .BgClassName
 {
   background-color: #4772ec;
 }
</style>
border-color css

<style>
 span { border-color: #4772ec; }

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

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