Html Css Color HEX #4D308D Blue Gem

📋 copy color: '#4D308D'

red 77 ◦ green 48 ◦ blue 141

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

Shades of Blue Gem #4D308D

Tints of Blue Gem #4D308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 28.95%
G = 18.05%
B = 53.01%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D308D (or 0x4D308D) is known color: Blue Gem. HEX triplet: 4D, 30 and 8D. RGB value is (77,48,141). Sum of RGB (Red+Green+Blue) = 77+48+141=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D308D is #B2CF72. Grayscale: #424242. Windows color (decimal): -11718515 or 9252941. OLE color: 9252941.

HSL color Cylindrical-coordinate representation of color #4D308D: hue angle of 258.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D308D is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 48 141 -
CMYK 0.45 0.66 0 0.45
HSL 258.71º 0.49% 0.37% -
HSV(B) 258.71º 0.66% 0.55% -
XYZ 8.93 5.61 25.81 -
YUV 67.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 77 48 141 0.45 0.66 0 0.45 258.71 0.49 0.37
Hex 4D 30 8D 2D 42 0 2D 103 31 25
Octal 115 60 215 55 102 0 55 403 61 45
Binary 1001101 110000 10001101 101101 1000010 0 101101 100000011 110001 100101

Color Harmonies of #4D308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D308D

Black with #4D308D

Text Example


Text Example

White with #4D308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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