#4C48DF

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

Shades of Neon Blue #4C48DF

Tints of Neon Blue #4C48DF

Color information

#4C48DF (or 0x4C48DF) is unknown color: approx Neon Blue. HEX triplet: 4C, 48 and DF. RGB value is (76,72,223). Sum of RGB (Red+Green+Blue) = 76+72+223=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C48DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C48DF is #B3B720. Grayscale: #595959. Windows color (decimal): -11777825 or 14633036. OLE color: 14633036.

HSL color Cylindrical-coordinate representation of color #4C48DF: hue angle of 241.59º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C48DF is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7672223-
CMYK0.660.6800.13
HSL241.59º70.23%57.84%-
HSV(B)241.59º67.71%87.45%-
XYZ18.6211.571.05-
YUV90.41202.83117.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 223 (87.5% from 255) = 60.11%
R=20.49%
G=19.41%
B=60.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76722230.660.6800.13241.5970.2357.84
Hex4C48DF42440Df2463a
Octal11411033710210401536210672
Binary10011001001000110111111000010100010001101111100101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C48DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,223); }

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

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

 a { background-color: rgb(76,72,223); }

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

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

 span { border-color: rgb(76,72,223); }

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