Html Css Color HEX #4D339C Blue Gem

📋 copy color: '#4D339C'

red 77 ◦ green 51 ◦ blue 156

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

Shades of Blue Gem #4D339C

Tints of Blue Gem #4D339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 27.11%
G = 17.96%
B = 54.93%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D339C (or 0x4D339C) is known color: Blue Gem. HEX triplet: 4D, 33 and 9C. RGB value is (77,51,156). Sum of RGB (Red+Green+Blue) = 77+51+156=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D339C is #B2CC63. Grayscale: #464646. Windows color (decimal): -11717732 or 10236749. OLE color: 10236749.

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

Color convert

RGB 77 51 156 -
CMYK 0.51 0.67 0 0.39
HSL 254.86º 0.51% 0.41% -
HSV(B) 254.86º 0.67% 0.61% -
XYZ 10.25 6.35 32.14 -
YUV 70.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 77 51 156 0.51 0.67 0 0.39 254.86 0.51 0.41
Hex 4D 33 9C 33 43 0 27 FF 33 29
Octal 115 63 234 63 103 0 47 377 63 51
Binary 1001101 110011 10011100 110011 1000011 0 100111 11111111 110011 101001

Color Harmonies of #4D339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D339C

Black with #4D339C

Text Example


Text Example

White with #4D339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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