Html Css Color HEX #4D418F Blue Gem

📋 copy color: '#4D418F'

red 77 ◦ green 65 ◦ blue 143

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

Shades of Blue Gem #4D418F

Tints of Blue Gem #4D418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

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

R = 27.02%
G = 22.81%
B = 50.18%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D418F (or 0x4D418F) is known color: Blue Gem. HEX triplet: 4D, 41 and 8F. RGB value is (77,65,143). Sum of RGB (Red+Green+Blue) = 77+65+143=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D418F is #B2BE70. Grayscale: #4D4D4D. Windows color (decimal): -11714161 or 9388365. OLE color: 9388365.

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

Color convert

RGB 77 65 143 -
CMYK 0.46 0.55 0 0.44
HSL 249.23º 0.38% 0.41% -
HSV(B) 249.23º 0.55% 0.56% -
XYZ 9.91 7.34 26.88 -
YUV 77.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 77 65 143 0.46 0.55 0 0.44 249.23 0.38 0.41
Hex 4D 41 8F 2E 37 0 2C F9 26 29
Octal 115 101 217 56 67 0 54 371 46 51
Binary 1001101 1000001 10001111 101110 110111 0 101100 11111001 100110 101001

Color Harmonies of #4D418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D418F

Black with #4D418F

Text Example


Text Example

White with #4D418F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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