Html Css Color HEX #4D309D Blue Gem

📋 copy color: '#4D309D'

red 77 ◦ green 48 ◦ blue 157

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

Shades of Blue Gem #4D309D

Tints of Blue Gem #4D309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 27.3%
G = 17.02%
B = 55.67%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D309D (or 0x4D309D) is known color: Blue Gem. HEX triplet: 4D, 30 and 9D. RGB value is (77,48,157). Sum of RGB (Red+Green+Blue) = 77+48+157=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D309D is #B2CF62. Grayscale: #444444. Windows color (decimal): -11718499 or 10301517. OLE color: 10301517.

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

Color convert

RGB 77 48 157 -
CMYK 0.51 0.69 0 0.38
HSL 255.96º 0.53% 0.4% -
HSV(B) 255.96º 0.69% 0.62% -
XYZ 10.2 6.13 32.54 -
YUV 69.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 77 48 157 0.51 0.69 0 0.38 255.96 0.53 0.4
Hex 4D 30 9D 33 45 0 26 100 35 28
Octal 115 60 235 63 105 0 46 400 65 50
Binary 1001101 110000 10011101 110011 1000101 0 100110 100000000 110101 101000

Color Harmonies of #4D309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D309D

Black with #4D309D

Text Example


Text Example

White with #4D309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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