Html Css Color HEX #4E38AC Blue Gem

📋 copy color: '#4E38AC'

red 78 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #4E38AC

Tints of Blue Gem #4E38AC

RGB

 RED value IS 78 (30.86% from 255) = 25.49%

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 25.49%
G = 18.3%
B = 56.21%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E38AC (or 0x4E38AC) is known color: Blue Gem. HEX triplet: 4E, 38 and AC. RGB value is (78,56,172). Sum of RGB (Red+Green+Blue) = 78+56+172=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E38AC is #B1C753. Grayscale: #4B4B4B. Windows color (decimal): -11650900 or 11286606. OLE color: 11286606.

HSL color Cylindrical-coordinate representation of color #4E38AC: hue angle of 251.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E38AC is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 56 172 -
CMYK 0.55 0.67 0 0.33
HSL 251.38º 0.51% 0.45% -
HSV(B) 251.38º 0.67% 0.67% -
XYZ 12 7.43 39.83 -
YUV 75.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 78 56 172 0.55 0.67 0 0.33 251.38 0.51 0.45
Hex 4E 38 AC 37 43 0 21 FB 33 2D
Octal 116 70 254 67 103 0 41 373 63 55
Binary 1001110 111000 10101100 110111 1000011 0 100001 11111011 110011 101101

Color Harmonies of #4E38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E38AC

Black with #4E38AC

Text Example


Text Example

White with #4E38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,172); }

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

background-color css

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

 a { background-color: rgb(78,56,172); }

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

border-color css

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

 span { border-color: rgb(78,56,172); }

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