Html Css Color HEX #4D309B Blue Gem

📋 copy color: '#4D309B'

red 77 ◦ green 48 ◦ blue 155

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

Shades of Blue Gem #4D309B

Tints of Blue Gem #4D309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 27.5%
G = 17.14%
B = 55.36%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D309B (or 0x4D309B) is known color: Blue Gem. HEX triplet: 4D, 30 and 9B. RGB value is (77,48,155). Sum of RGB (Red+Green+Blue) = 77+48+155=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D309B is #B2CF64. Grayscale: #444444. Windows color (decimal): -11718501 or 10170445. OLE color: 10170445.

HSL color Cylindrical-coordinate representation of color #4D309B: hue angle of 256.26º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D309B is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 48 155 -
CMYK 0.50 0.69 0 0.39
HSL 256.26º 0.53% 0.4% -
HSV(B) 256.26º 0.69% 0.61% -
XYZ 10.03 6.06 31.65 -
YUV 68.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 77 48 155 0.50 0.69 0 0.39 256.26 0.53 0.4
Hex 4D 30 9B 32 45 0 27 100 35 28
Octal 115 60 233 62 105 0 47 400 65 50
Binary 1001101 110000 10011011 110010 1000101 0 100111 100000000 110101 101000

Color Harmonies of #4D309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D309B

Black with #4D309B

Text Example


Text Example

White with #4D309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,155); }

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

background-color css

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

 a { background-color: rgb(77,48,155); }

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

border-color css

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

 span { border-color: rgb(77,48,155); }

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