#4D72FE

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

Shades of Royal Blue #4D72FE

Tints of Royal Blue #4D72FE

Color information

#4D72FE (or 0x4D72FE) is unknown color: approx Royal Blue. HEX triplet: 4D, 72 and FE. RGB value is (77,114,254). Sum of RGB (Red+Green+Blue) = 77+114+254=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D72FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D72FE is #B28D01. Grayscale: #767676. Windows color (decimal): -11701506 or 16675405. OLE color: 16675405.

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

Color convert

RGB77114254-
CMYK0.700.5500.00
HSL227.46º98.88%64.9%-
HSV(B)227.46º69.69%99.61%-
XYZ26.9720.7796.35-
YUV118.9204.2498.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.30%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 254 (99.61% from 255) = 57.08%
R=17.30%
G=25.62%
B=57.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal771142540.700.5500.00227.4698.8864.9
Hex4D72FE463700e36341
Octal1151623761066700343143101
Binary10011011110010111111101000110110111001110001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D72FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,114,254); }

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

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

 a { background-color: rgb(77,114,254); }

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

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

 span { border-color: rgb(77,114,254); }

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