#4D47DD

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

Shades of Neon Blue #4D47DD

Tints of Neon Blue #4D47DD

Color information

#4D47DD (or 0x4D47DD) is unknown color: approx Neon Blue. HEX triplet: 4D, 47 and DD. RGB value is (77,71,221). Sum of RGB (Red+Green+Blue) = 77+71+221=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D47DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D47DD is #B2B822. Grayscale: #595959. Windows color (decimal): -11712547 or 14501709. OLE color: 14501709.

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

Color convert

RGB7771221-
CMYK0.650.6800.13
HSL242.4º68.81%57.25%-
HSV(B)242.4º67.87%86.67%-
XYZ18.3611.369.62-
YUV89.89201.99118.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 221 (86.72% from 255) = 59.89%
R=20.87%
G=19.24%
B=59.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77712210.650.6800.13242.468.8157.25
Hex4D47DD41440Df24539
Octal11510733510110401536210571
Binary10011011000111110111011000001100010001101111100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D47DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,71,221); }

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

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

 a { background-color: rgb(77,71,221); }

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

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

 span { border-color: rgb(77,71,221); }

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