#4D66F0

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

Shades of Royal Blue #4D66F0

Tints of Royal Blue #4D66F0

Color information

#4D66F0 (or 0x4D66F0) is unknown color: approx Royal Blue. HEX triplet: 4D, 66 and F0. RGB value is (77,102,240). Sum of RGB (Red+Green+Blue) = 77+102+240=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #4D66F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D66F0 is #B2990F. Grayscale: #6D6D6D. Windows color (decimal): -11704592 or 15754829. OLE color: 15754829.

HSL color Cylindrical-coordinate representation of color #4D66F0: hue angle of 230.8º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D66F0 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB77102240-
CMYK0.680.5800.06
HSL230.8º84.46%62.16%-
HSV(B)230.8º67.92%94.12%-
XYZ23.5417.3784.55-
YUV110.26201.22104.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.38%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 240 (94.14% from 255) = 57.28%
R=18.38%
G=24.34%
B=57.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal771022400.680.5800.06230.884.4662.16
Hex4D66F0443A06e7543e
Octal115146360104720634712476
Binary100110111001101111000010001001110100110111001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D66F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,102,240); }

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

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

 a { background-color: rgb(77,102,240); }

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

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

 span { border-color: rgb(77,102,240); }

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