Html Css Color HEX #4938DA Neon Blue

📋 copy color: '#4938DA'

red 73 ◦ green 56 ◦ blue 218

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

Shades of Neon Blue #4938DA

Tints of Neon Blue #4938DA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 21.04%
G = 16.14%
B = 62.82%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4938DA (or 0x4938DA) is known color: Neon Blue. HEX triplet: 49, 38 and DA. RGB value is (73,56,218). Sum of RGB (Red+Green+Blue) = 73+56+218=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #4938DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938DA is #B6C725. Grayscale: #4E4E4E. Windows color (decimal): -11978534 or 14301257. OLE color: 14301257.

HSL color Cylindrical-coordinate representation of color #4938DA: hue angle of 246.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4938DA is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 56 218 -
CMYK 0.67 0.74 0 0.15
HSL 246.3º 0.69% 0.54% -
HSV(B) 246.3º 0.74% 0.85% -
XYZ 16.82 9.31 67.24 -
YUV 79.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 73 56 218 0.67 0.74 0 0.15 246.3 0.69 0.54
Hex 49 38 DA 43 4A 0 F F6 45 36
Octal 111 70 332 103 112 0 17 366 105 66
Binary 1001001 111000 11011010 1000011 1001010 0 1111 11110110 1000101 110110

Color Harmonies of #4938DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4938DA

Black with #4938DA

Text Example


Text Example

White with #4938DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4938DA; }

 p { color: rgb(73,56,218); }

 H1.HeaderClassName
 {
   color: #4938DA;
 }
 .AnyTagClassName
 {
   color: #4938DA;
 }
</style>

background-color css

<style>
 a { background-color: #4938DA; }

 a { background-color: rgb(73,56,218); }

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

border-color css

<style>
 span { border-color: #4938DA; }

 span { border-color: rgb(73,56,218); }

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