#4B46E9

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

Shades of Neon Blue #4B46E9

Tints of Neon Blue #4B46E9

Color information

#4B46E9 (or 0x4B46E9) is unknown color: approx Neon Blue. HEX triplet: 4B, 46 and E9. RGB value is (75,70,233). Sum of RGB (Red+Green+Blue) = 75+70+233=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #4B46E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B46E9 is #B4B916. Grayscale: #595959. Windows color (decimal): -11843863 or 15287883. OLE color: 15287883.

HSL color Cylindrical-coordinate representation of color #4B46E9: hue angle of 241.84º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B46E9 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7570233-
CMYK0.680.7000.09
HSL241.84º78.74%59.41%-
HSV(B)241.84º69.96%91.37%-
XYZ19.811.7678.32-
YUV90.08208.66117.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.84%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 233 (91.41% from 255) = 61.64%
R=19.84%
G=18.52%
B=61.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal75702330.680.7000.09241.8478.7459.41
Hex4B46E9444609f24f3b
Octal11310635110410601136211773
Binary10010111000110111010011000100100011001001111100101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B46E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,233); }

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

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

 a { background-color: rgb(75,70,233); }

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

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

 span { border-color: rgb(75,70,233); }

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