#4c72ff

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

Shades of Royal Blue #4C72FF

Tints of Royal Blue #4C72FF

Color information

#4C72FF (or 0x4C72FF) is unknown color: approx Royal Blue. HEX triplet: 4C, 72 and FF. RGB value is (76,114,255). Sum of RGB (Red+Green+Blue) = 76+114+255=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C72FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C72FF is #B38D00. Grayscale: #767676. Windows color (decimal): -11767041 or 16740940. OLE color: 16740940.

HSL color Cylindrical-coordinate representation of color #4C72FF: hue angle of 227.26º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C72FF is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB76114255-
CMYK0.700.5500
HSL227.26º100%64.9%-
HSV(B)227.26º70.2%100%-
XYZ27.0520.7997.2-
YUV118.71204.9197.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.08%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 255 (100% from 255) = 57.30%
R=17.08%
G=25.62%
B=57.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal761142550.700.5500227.2610064.9
Hex4C72FF463700e36441
Octal1141623771066700343144101
Binary10011001110010111111111000110110111001110001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c72ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,255); }

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

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

 a { background-color: rgb(76,114,255); }

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

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

 span { border-color: rgb(76,114,255); }

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