#4C7FF2

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

Shades of Royal Blue #4C7FF2

Tints of Royal Blue #4C7FF2

Color information

#4C7FF2 (or 0x4C7FF2) is unknown color: approx Royal Blue. HEX triplet: 4C, 7F and F2. RGB value is (76,127,242). Sum of RGB (Red+Green+Blue) = 76+127+242=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #4C7FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C7FF2 is #B3800D. Grayscale: #7C7C7C. Windows color (decimal): -11763726 or 15892300. OLE color: 15892300.

HSL color Cylindrical-coordinate representation of color #4C7FF2: hue angle of 221.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C7FF2 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB76127242-
CMYK0.690.4800.05
HSL221.57º86.46%62.35%-
HSV(B)221.57º68.6%94.9%-
XYZ26.623.1387.07-
YUV124.86194.193.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.08%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 242 (94.92% from 255) = 54.38%
R=17.08%
G=28.54%
B=54.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal761272420.690.4800.05221.5786.4662.35
Hex4C7FF2453005de563e
Octal114177362105600533612676
Binary100110011111111111001010001011100000101110111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,127,242); }

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

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

 a { background-color: rgb(76,127,242); }

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

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

 span { border-color: rgb(76,127,242); }

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