Html Css Color HEX #4D339E Blue Gem

📋 copy color: '#4D339E'

red 77 ◦ green 51 ◦ blue 158

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

Shades of Blue Gem #4D339E

Tints of Blue Gem #4D339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

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

R = 26.92%
G = 17.83%
B = 55.24%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D339E (or 0x4D339E) is known color: Blue Gem. HEX triplet: 4D, 33 and 9E. RGB value is (77,51,158). Sum of RGB (Red+Green+Blue) = 77+51+158=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D339E is #B2CC61. Grayscale: #464646. Windows color (decimal): -11717730 or 10367821. OLE color: 10367821.

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

Color convert

RGB 77 51 158 -
CMYK 0.51 0.68 0 0.38
HSL 254.58º 0.51% 0.41% -
HSV(B) 254.58º 0.68% 0.62% -
XYZ 10.42 6.41 33.04 -
YUV 70.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 77 51 158 0.51 0.68 0 0.38 254.58 0.51 0.41
Hex 4D 33 9E 33 44 0 26 FF 33 29
Octal 115 63 236 63 104 0 46 377 63 51
Binary 1001101 110011 10011110 110011 1000100 0 100110 11111111 110011 101001

Color Harmonies of #4D339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D339E

Black with #4D339E

Text Example


Text Example

White with #4D339E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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