#4B48EB

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

Shades of Neon Blue #4B48EB

Tints of Neon Blue #4B48EB

Color information

#4B48EB (or 0x4B48EB) is unknown color: approx Neon Blue. HEX triplet: 4B, 48 and EB. RGB value is (75,72,235). Sum of RGB (Red+Green+Blue) = 75+72+235=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #4B48EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B48EB is #B4B714. Grayscale: #5A5A5A. Windows color (decimal): -11843349 or 15419467. OLE color: 15419467.

HSL color Cylindrical-coordinate representation of color #4B48EB: hue angle of 241.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B48EB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7572235-
CMYK0.680.6900.08
HSL241.1º80.3%60.2%-
HSV(B)241.1º69.36%92.16%-
XYZ20.2112.1379.87-
YUV91.48208.99116.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=19.63%
G=18.85%
B=61.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal75722350.680.6900.08241.180.360.2
Hex4B48EB444508f1503c
Octal11311035310410501036112074
Binary10010111001000111010111000100100010101000111100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B48EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,72,235); }

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

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

 a { background-color: rgb(75,72,235); }

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

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

 span { border-color: rgb(75,72,235); }

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