#493BDB

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

Shades of Neon Blue #493BDB

Tints of Neon Blue #493BDB

Color information

#493BDB (or 0x493BDB) is unknown color: approx Neon Blue. HEX triplet: 49, 3B and DB. RGB value is (73,59,219). Sum of RGB (Red+Green+Blue) = 73+59+219=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #493BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BDB is #B6C424. Grayscale: #505050. Windows color (decimal): -11977765 or 14367561. OLE color: 14367561.

HSL color Cylindrical-coordinate representation of color #493BDB: hue angle of 245.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493BDB is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7359219-
CMYK0.670.7300.14
HSL245.25º68.97%54.51%-
HSV(B)245.25º73.06%85.88%-
XYZ17.19.6667.98-
YUV81.43205.64121.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 219 (85.94% from 255) = 62.39%
R=20.80%
G=16.81%
B=62.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73592190.670.7300.14245.2568.9754.51
Hex493BDB43490Ef54537
Octal1117333310311101636510567
Binary1001001111011110110111000011100100101110111101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,59,219); }

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

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

 a { background-color: rgb(73,59,219); }

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

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

 span { border-color: rgb(73,59,219); }

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