#4C7EF0

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

Shades of Royal Blue #4C7EF0

Tints of Royal Blue #4C7EF0

Color information

#4C7EF0 (or 0x4C7EF0) is unknown color: approx Royal Blue. HEX triplet: 4C, 7E and F0. RGB value is (76,126,240). Sum of RGB (Red+Green+Blue) = 76+126+240=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #4C7EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C7EF0 is #B3810F. Grayscale: #7B7B7B. Windows color (decimal): -11763984 or 15760972. OLE color: 15760972.

HSL color Cylindrical-coordinate representation of color #4C7EF0: hue angle of 221.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C7EF0 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76126240-
CMYK0.680.4800.06
HSL221.71º84.54%61.96%-
HSV(B)221.71º68.33%94.12%-
XYZ26.1722.7585.45-
YUV124.05193.4493.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.19%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 240 (94.14% from 255) = 54.30%
R=17.19%
G=28.51%
B=54.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal761262400.680.4800.06221.7184.5461.96
Hex4C7EF0443006de553e
Octal114176360104600633612576
Binary100110011111101111000010001001100000110110111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C7EF0; }

 p { color: rgb(76,126,240); }

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

<style>
 a { background-color: #4C7EF0; }

 a { background-color: rgb(76,126,240); }

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

<style>
 span { border-color: #4C7EF0; }

 span { border-color: rgb(76,126,240); }

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