Html Css Color HEX #4D308F Blue Gem

📋 copy color: '#4D308F'

red 77 ◦ green 48 ◦ blue 143

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

Shades of Blue Gem #4D308F

Tints of Blue Gem #4D308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.36%

R = 28.73%
G = 17.91%
B = 53.36%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D308F (or 0x4D308F) is known color: Blue Gem. HEX triplet: 4D, 30 and 8F. RGB value is (77,48,143). Sum of RGB (Red+Green+Blue) = 77+48+143=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D308F is #B2CF70. Grayscale: #434343. Windows color (decimal): -11718513 or 9384013. OLE color: 9384013.

HSL color Cylindrical-coordinate representation of color #4D308F: hue angle of 258.32º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D308F is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 48 143 -
CMYK 0.46 0.66 0 0.44
HSL 258.32º 0.5% 0.37% -
HSV(B) 258.32º 0.66% 0.56% -
XYZ 9.08 5.67 26.6 -
YUV 67.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 77 48 143 0.46 0.66 0 0.44 258.32 0.5 0.37
Hex 4D 30 8F 2E 42 0 2C 102 32 25
Octal 115 60 217 56 102 0 54 402 62 45
Binary 1001101 110000 10001111 101110 1000010 0 101100 100000010 110010 100101

Color Harmonies of #4D308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D308F

Black with #4D308F

Text Example


Text Example

White with #4D308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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