Html Css Color HEX #4D39AC Blue Gem

📋 copy color: '#4D39AC'

red 77 ◦ green 57 ◦ blue 172

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

Shades of Blue Gem #4D39AC

Tints of Blue Gem #4D39AC

RGB

 RED value IS 77 (30.47% from 255) = 25.16%

 GREEN value IS 57 (22.66% from 255) = 18.63%

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

R = 25.16%
G = 18.63%
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

#4D39AC (or 0x4D39AC) is known color: Blue Gem. HEX triplet: 4D, 39 and AC. RGB value is (77,57,172). Sum of RGB (Red+Green+Blue) = 77+57+172=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 57 (22.66% from 255 or 18.63% 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 #4D39AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D39AC is #B2C653. Grayscale: #4B4B4B. Windows color (decimal): -11716180 or 11286861. OLE color: 11286861.

HSL color Cylindrical-coordinate representation of color #4D39AC: hue angle of 250.43º degrees, saturation: 0.5, 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 #4D39AC is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 57 172 -
CMYK 0.55 0.67 0 0.33
HSL 250.43º 0.5% 0.45% -
HSV(B) 250.43º 0.67% 0.67% -
XYZ 11.97 7.48 39.84 -
YUV 76.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 77 57 172 0.55 0.67 0 0.33 250.43 0.5 0.45
Hex 4D 39 AC 37 43 0 21 FA 32 2D
Octal 115 71 254 67 103 0 41 372 62 55
Binary 1001101 111001 10101100 110111 1000011 0 100001 11111010 110010 101101

Color Harmonies of #4D39AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D39AC

Black with #4D39AC

Text Example


Text Example

White with #4D39AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,57,172); }

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

background-color css

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

 a { background-color: rgb(77,57,172); }

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

border-color css

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

 span { border-color: rgb(77,57,172); }

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