Html Css Color HEX #4A38DB Neon Blue

📋 copy color: '#4A38DB'

red 74 ◦ green 56 ◦ blue 219

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

Shades of Neon Blue #4A38DB

Tints of Neon Blue #4A38DB

RGB

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

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

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

R = 21.2%
G = 16.05%
B = 62.75%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A38DB (or 0x4A38DB) is known color: Neon Blue. HEX triplet: 4A, 38 and DB. RGB value is (74,56,219). Sum of RGB (Red+Green+Blue) = 74+56+219=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A38DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A38DB is #B5C724. Grayscale: #4F4F4F. Windows color (decimal): -11912997 or 14366794. OLE color: 14366794.

HSL color Cylindrical-coordinate representation of color #4A38DB: hue angle of 246.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A38DB is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 56 219 -
CMYK 0.66 0.74 0 0.14
HSL 246.63º 0.69% 0.54% -
HSV(B) 246.63º 0.74% 0.86% -
XYZ 17.02 9.4 67.93 -
YUV 79.96 206.46 123.75 -
System Red Green Blue C M Y K H S L
Decimal 74 56 219 0.66 0.74 0 0.14 246.63 0.69 0.54
Hex 4A 38 DB 42 4A 0 E F7 45 36
Octal 112 70 333 102 112 0 16 367 105 66
Binary 1001010 111000 11011011 1000010 1001010 0 1110 11110111 1000101 110110

Color Harmonies of #4A38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A38DB

Black with #4A38DB

Text Example


Text Example

White with #4A38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,56,219); }

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

background-color css

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

 a { background-color: rgb(74,56,219); }

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

border-color css

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

 span { border-color: rgb(74,56,219); }

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