#4D76DF

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

Shades of Royal Blue #4D76DF

Tints of Royal Blue #4D76DF

Color information

#4D76DF (or 0x4D76DF) is unknown color: approx Royal Blue. HEX triplet: 4D, 76 and DF. RGB value is (77,118,223). Sum of RGB (Red+Green+Blue) = 77+118+223=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D76DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D76DF is #B28920. Grayscale: #757575. Windows color (decimal): -11700513 or 14644813. OLE color: 14644813.

HSL color Cylindrical-coordinate representation of color #4D76DF: hue angle of 223.15º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D76DF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB77118223-
CMYK0.650.4700.13
HSL223.15º69.52%58.82%-
HSV(B)223.15º65.47%87.45%-
XYZ22.8619.8672.44-
YUV117.71187.4298.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.42%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=18.42%
G=28.23%
B=53.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal771182230.650.4700.13223.1569.5258.82
Hex4D76DF412F0Ddf463b
Octal1151663371015701533710673
Binary1001101111011011011111100000110111101101110111111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D76DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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