#493DDD

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

Shades of Neon Blue #493DDD

Tints of Neon Blue #493DDD

Color information

#493DDD (or 0x493DDD) is unknown color: approx Neon Blue. HEX triplet: 49, 3D and DD. RGB value is (73,61,221). Sum of RGB (Red+Green+Blue) = 73+61+221=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #493DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DDD is #B6C222. Grayscale: #525252. Windows color (decimal): -11977251 or 14499145. OLE color: 14499145.

HSL color Cylindrical-coordinate representation of color #493DDD: hue angle of 244.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493DDD is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7361221-
CMYK0.670.7200.13
HSL244.5º70.18%55.29%-
HSV(B)244.5º72.4%86.67%-
XYZ17.479.9769.41-
YUV82.83205.98120.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 221 (86.72% from 255) = 62.25%
R=20.56%
G=17.18%
B=62.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73612210.670.7200.13244.570.1855.29
Hex493DDD43480Df44637
Octal1117533510311001536410667
Binary1001001111101110111011000011100100001101111101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493DDD; }

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

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

<style>
 a { background-color: #493DDD; }

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

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

<style>
 span { border-color: #493DDD; }

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

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