#4938dd

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

Shades of Neon Blue #4938DD

Tints of Neon Blue #4938DD

Color information

#4938DD (or 0x4938DD) is unknown color: approx Neon Blue. HEX triplet: 49, 38 and DD. RGB value is (73,56,221). Sum of RGB (Red+Green+Blue) = 73+56+221=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #4938DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938DD is #B6C722. Grayscale: #4F4F4F. Windows color (decimal): -11978531 or 14497865. OLE color: 14497865.

HSL color Cylindrical-coordinate representation of color #4938DD: hue angle of 246.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4938DD is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7356221-
CMYK0.670.7500.13
HSL246.18º70.82%54.31%-
HSV(B)246.18º74.66%86.67%-
XYZ17.219.4769.33-
YUV79.89207.63123.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 221 (86.72% from 255) = 63.14%
R=20.86%
G=16%
B=63.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73562210.670.7500.13246.1870.8254.31
Hex4938DD434B0Df64736
Octal1117033510311301536610766
Binary1001001111000110111011000011100101101101111101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4938dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4938dd; }

 p { color: rgb(73,56,221); }

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

<style>
 a { background-color: #4938dd; }

 a { background-color: rgb(73,56,221); }

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

<style>
 span { border-color: #4938dd; }

 span { border-color: rgb(73,56,221); }

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