Html Css Color HEX #4D39AB Blue Gem

📋 copy color: '#4D39AB'

red 77 ◦ green 57 ◦ blue 171

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

Shades of Blue Gem #4D39AB

Tints of Blue Gem #4D39AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 25.25%
G = 18.69%
B = 56.07%

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

#4D39AB (or 0x4D39AB) is known color: Blue Gem. HEX triplet: 4D, 39 and AB. RGB value is (77,57,171). Sum of RGB (Red+Green+Blue) = 77+57+171=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D39AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D39AB is #B2C654. Grayscale: #4B4B4B. Windows color (decimal): -11716181 or 11221325. OLE color: 11221325.

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

Color convert

RGB 77 57 171 -
CMYK 0.55 0.67 0 0.33
HSL 250.53º 0.5% 0.45% -
HSV(B) 250.53º 0.67% 0.67% -
XYZ 11.87 7.44 39.34 -
YUV 75.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 77 57 171 0.55 0.67 0 0.33 250.53 0.5 0.45
Hex 4D 39 AB 37 43 0 21 FB 32 2D
Octal 115 71 253 67 103 0 41 373 62 55
Binary 1001101 111001 10101011 110111 1000011 0 100001 11111011 110010 101101

Color Harmonies of #4D39AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D39AB

Black with #4D39AB

Text Example


Text Example

White with #4D39AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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