Html Css Color HEX #4D399E Blue Gem

📋 copy color: '#4D399E'

red 77 ◦ green 57 ◦ blue 158

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

Shades of Blue Gem #4D399E

Tints of Blue Gem #4D399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.11%

R = 26.37%
G = 19.52%
B = 54.11%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D399E (or 0x4D399E) is known color: Blue Gem. HEX triplet: 4D, 39 and 9E. RGB value is (77,57,158). Sum of RGB (Red+Green+Blue) = 77+57+158=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D399E is #B2C661. Grayscale: #4A4A4A. Windows color (decimal): -11716194 or 10369357. OLE color: 10369357.

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

Color convert

RGB 77 57 158 -
CMYK 0.51 0.64 0 0.38
HSL 251.88º 0.47% 0.42% -
HSV(B) 251.88º 0.64% 0.62% -
XYZ 10.7 6.97 33.13 -
YUV 74.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 77 57 158 0.51 0.64 0 0.38 251.88 0.47 0.42
Hex 4D 39 9E 33 40 0 26 FC 2F 2A
Octal 115 71 236 63 100 0 46 374 57 52
Binary 1001101 111001 10011110 110011 1000000 0 100110 11111100 101111 101010

Color Harmonies of #4D399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D399E

Black with #4D399E

Text Example


Text Example

White with #4D399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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