Html Css Color HEX #4D3A81 Blue Gem

📋 copy color: '#4D3A81'

red 77 ◦ green 58 ◦ blue 129

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

Shades of Blue Gem #4D3A81

Tints of Blue Gem #4D3A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

 BLUE value IS 129 (50.78% from 255) = 48.86%

R = 29.17%
G = 21.97%
B = 48.86%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D3A81 (or 0x4D3A81) is known color: Blue Gem. HEX triplet: 4D, 3A and 81. RGB value is (77,58,129). Sum of RGB (Red+Green+Blue) = 77+58+129=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D3A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3A81 is #B2C57E. Grayscale: #474747. Windows color (decimal): -11715967 or 8469069. OLE color: 8469069.

HSL color Cylindrical-coordinate representation of color #4D3A81: hue angle of 256.06º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D3A81 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 58 129 -
CMYK 0.40 0.55 0 0.49
HSL 256.06º 0.38% 0.37% -
HSV(B) 256.06º 0.55% 0.51% -
XYZ 8.54 6.19 21.51 -
YUV 71.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 77 58 129 0.40 0.55 0 0.49 256.06 0.38 0.37
Hex 4D 3A 81 28 37 0 31 100 26 25
Octal 115 72 201 50 67 0 61 400 46 45
Binary 1001101 111010 10000001 101000 110111 0 110001 100000000 100110 100101

Color Harmonies of #4D3A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A81

Black with #4D3A81

Text Example


Text Example

White with #4D3A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,129); }

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

background-color css

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

 a { background-color: rgb(77,58,129); }

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

border-color css

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

 span { border-color: rgb(77,58,129); }

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