#4D6FD0

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

Shades of Royal Blue #4D6FD0

Tints of Royal Blue #4D6FD0

Color information

#4D6FD0 (or 0x4D6FD0) is unknown color: approx Royal Blue. HEX triplet: 4D, 6F and D0. RGB value is (77,111,208). Sum of RGB (Red+Green+Blue) = 77+111+208=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #4D6FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6FD0 is #B2902F. Grayscale: #6F6F6F. Windows color (decimal): -11702320 or 13659981. OLE color: 13659981.

HSL color Cylindrical-coordinate representation of color #4D6FD0: hue angle of 224.43º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D6FD0 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB77111208-
CMYK0.630.4700.18
HSL224.43º58.22%55.88%-
HSV(B)224.43º62.98%81.57%-
XYZ20.1317.561.99-
YUV111.89182.24103.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.44%
GREEN value IS 111 (43.75% from 255) = 28.03%
BLUE value IS 208 (81.64% from 255) = 52.53%
R=19.44%
G=28.03%
B=52.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal771112080.630.4700.18224.4358.2255.88
Hex4D6FD03F2F012e03a38
Octal11515732077570223407270
Binary100110111011111101000011111110111101001011100000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,111,208); }

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

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

 a { background-color: rgb(77,111,208); }

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

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

 span { border-color: rgb(77,111,208); }

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