#4D76FE

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

Shades of Royal Blue #4D76FE

Tints of Royal Blue #4D76FE

Color information

#4D76FE (or 0x4D76FE) is unknown color: approx Royal Blue. HEX triplet: 4D, 76 and FE. RGB value is (77,118,254). Sum of RGB (Red+Green+Blue) = 77+118+254=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D76FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D76FE is #B28901. Grayscale: #787878. Windows color (decimal): -11700482 or 16676429. OLE color: 16676429.

HSL color Cylindrical-coordinate representation of color #4D76FE: hue angle of 226.1º 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 #4D76FE is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB77118254-
CMYK0.700.5400.00
HSL226.1º98.88%64.9%-
HSV(B)226.1º69.69%99.61%-
XYZ27.4321.6996.51-
YUV121.24202.9296.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.15%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 254 (99.61% from 255) = 56.57%
R=17.15%
G=26.28%
B=56.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal771182540.700.5400.00226.198.8864.9
Hex4D76FE463600e26341
Octal1151663761066600342143101
Binary10011011110110111111101000110110110001110001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D76FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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