Html Css Color HEX #4936DB Neon Blue

📋 copy color: '#4936DB'

red 73 ◦ green 54 ◦ blue 219

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

Shades of Neon Blue #4936DB

Tints of Neon Blue #4936DB

RGB

 RED value IS 73 (28.91% from 255) = 21.1%

 GREEN value IS 54 (21.48% from 255) = 15.61%

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 21.1%
G = 15.61%
B = 63.29%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4936DB (or 0x4936DB) is known color: Neon Blue. HEX triplet: 49, 36 and DB. RGB value is (73,54,219). Sum of RGB (Red+Green+Blue) = 73+54+219=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #4936DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936DB is #B6C924. Grayscale: #4D4D4D. Windows color (decimal): -11979045 or 14366281. OLE color: 14366281.

HSL color Cylindrical-coordinate representation of color #4936DB: hue angle of 246.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4936DB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 54 219 -
CMYK 0.67 0.75 0 0.14
HSL 246.91º 0.7% 0.54% -
HSV(B) 246.91º 0.75% 0.86% -
XYZ 16.85 9.17 67.9 -
YUV 78.49 207.29 124.08 -
System Red Green Blue C M Y K H S L
Decimal 73 54 219 0.67 0.75 0 0.14 246.91 0.7 0.54
Hex 49 36 DB 43 4B 0 E F7 46 36
Octal 111 66 333 103 113 0 16 367 106 66
Binary 1001001 110110 11011011 1000011 1001011 0 1110 11110111 1000110 110110

Color Harmonies of #4936DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936DB

Black with #4936DB

Text Example


Text Example

White with #4936DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4936DB; }

 p { color: rgb(73,54,219); }

 H1.HeaderClassName
 {
   color: #4936DB;
 }
 .AnyTagClassName
 {
   color: #4936DB;
 }
</style>

background-color css

<style>
 a { background-color: #4936DB; }

 a { background-color: rgb(73,54,219); }

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

border-color css

<style>
 span { border-color: #4936DB; }

 span { border-color: rgb(73,54,219); }

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