Html Css Color HEX #4A47EB Neon Blue

📋 copy color: '#4A47EB'

red 74 ◦ green 71 ◦ blue 235

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

Shades of Neon Blue #4A47EB

Tints of Neon Blue #4A47EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.68%

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

R = 19.47%
G = 18.68%
B = 61.84%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A47EB (or 0x4A47EB) is known color: Neon Blue. HEX triplet: 4A, 47 and EB. RGB value is (74,71,235). Sum of RGB (Red+Green+Blue) = 74+71+235=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A47EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A47EB is #B5B814. Grayscale: #595959. Windows color (decimal): -11909141 or 15419210. OLE color: 15419210.

HSL color Cylindrical-coordinate representation of color #4A47EB: 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.7%. Process color model (Four color, CMYK) of #4A47EB is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 71 235 -
CMYK 0.69 0.70 0 0.08
HSL 241.1º 0.8% 0.6% -
HSV(B) 241.1º 0.7% 0.92% -
XYZ 20.07 11.96 79.85 -
YUV 90.59 209.49 116.16 -
System Red Green Blue C M Y K H S L
Decimal 74 71 235 0.69 0.70 0 0.08 241.1 0.8 0.6
Hex 4A 47 EB 45 46 0 8 F1 50 3C
Octal 112 107 353 105 106 0 10 361 120 74
Binary 1001010 1000111 11101011 1000101 1000110 0 1000 11110001 1010000 111100

Color Harmonies of #4A47EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A47EB

Black with #4A47EB

Text Example


Text Example

White with #4A47EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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