Html Css Color HEX #4A49EB Neon Blue

📋 copy color: '#4A49EB'

red 74 ◦ green 73 ◦ blue 235

#4A49EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4A49EB

Tints of Neon Blue #4A49EB

RGB

 RED value IS 74 (29.3% from 255) = 19.37%

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 19.37%
G = 19.11%
B = 61.52%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A49EB (or 0x4A49EB) is known color: Neon Blue. HEX triplet: 4A, 49 and EB. RGB value is (74,73,235). Sum of RGB (Red+Green+Blue) = 74+73+235=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 73 (28.91% from 255 or 19.11% 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 #4A49EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A49EB is #B5B614. Grayscale: #5B5B5B. Windows color (decimal): -11908629 or 15419722. OLE color: 15419722.

HSL color Cylindrical-coordinate representation of color #4A49EB: hue angle of 240.37º 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 #4A49EB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 73 235 -
CMYK 0.69 0.69 0 0.08
HSL 240.37º 0.8% 0.6% -
HSV(B) 240.37º 0.69% 0.92% -
XYZ 20.2 12.22 79.89 -
YUV 91.77 208.83 115.33 -
System Red Green Blue C M Y K H S L
Decimal 74 73 235 0.69 0.69 0 0.08 240.37 0.8 0.6
Hex 4A 49 EB 45 45 0 8 F0 50 3C
Octal 112 111 353 105 105 0 10 360 120 74
Binary 1001010 1001001 11101011 1000101 1000101 0 1000 11110000 1010000 111100

Color Harmonies of #4A49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A49EB

Black with #4A49EB

Text Example


Text Example

White with #4A49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,73,235); }

 H1.HeaderClassName
 {
   color: #4A49EB;
 }
 .AnyTagClassName
 {
   color: #4A49EB;
 }
</style>

background-color css

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

 a { background-color: rgb(74,73,235); }

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

border-color css

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

 span { border-color: rgb(74,73,235); }

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