Html Css Color HEX #4D389F Blue Gem

📋 copy color: '#4D389F'

red 77 ◦ green 56 ◦ blue 159

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

Shades of Blue Gem #4D389F

Tints of Blue Gem #4D389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 26.37%
G = 19.18%
B = 54.45%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D389F (or 0x4D389F) is known color: Blue Gem. HEX triplet: 4D, 38 and 9F. RGB value is (77,56,159). Sum of RGB (Red+Green+Blue) = 77+56+159=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D389F is #B2C760. Grayscale: #494949. Windows color (decimal): -11716449 or 10434637. OLE color: 10434637.

HSL color Cylindrical-coordinate representation of color #4D389F: hue angle of 252.23º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D389F is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 56 159 -
CMYK 0.52 0.65 0 0.38
HSL 252.23º 0.48% 0.42% -
HSV(B) 252.23º 0.65% 0.62% -
XYZ 10.73 6.91 33.57 -
YUV 74.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 77 56 159 0.52 0.65 0 0.38 252.23 0.48 0.42
Hex 4D 38 9F 34 41 0 26 FC 30 2A
Octal 115 70 237 64 101 0 46 374 60 52
Binary 1001101 111000 10011111 110100 1000001 0 100110 11111100 110000 101010

Color Harmonies of #4D389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D389F

Black with #4D389F

Text Example


Text Example

White with #4D389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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