Html Css Color HEX #4D3886 Blue Gem

📋 copy color: '#4D3886'

red 77 ◦ green 56 ◦ blue 134

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

Shades of Blue Gem #4D3886

Tints of Blue Gem #4D3886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.19%

R = 28.84%
G = 20.97%
B = 50.19%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D3886 (or 0x4D3886) is known color: Blue Gem. HEX triplet: 4D, 38 and 86. RGB value is (77,56,134). Sum of RGB (Red+Green+Blue) = 77+56+134=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D3886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3886 is #B2C779. Grayscale: #464646. Windows color (decimal): -11716474 or 8796237. OLE color: 8796237.

HSL color Cylindrical-coordinate representation of color #4D3886: hue angle of 256.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3886 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 56 134 -
CMYK 0.43 0.58 0 0.47
HSL 256.15º 0.41% 0.37% -
HSV(B) 256.15º 0.58% 0.53% -
XYZ 8.78 6.13 23.27 -
YUV 71.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 77 56 134 0.43 0.58 0 0.47 256.15 0.41 0.37
Hex 4D 38 86 2B 3A 0 2F 100 29 25
Octal 115 70 206 53 72 0 57 400 51 45
Binary 1001101 111000 10000110 101011 111010 0 101111 100000000 101001 100101

Color Harmonies of #4D3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3886

Black with #4D3886

Text Example


Text Example

White with #4D3886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,56,134); }

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

background-color css

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

 a { background-color: rgb(77,56,134); }

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

border-color css

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

 span { border-color: rgb(77,56,134); }

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