Html Css Color HEX #4D418C Blue Gem

📋 copy color: '#4D418C'

red 77 ◦ green 65 ◦ blue 140

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

Shades of Blue Gem #4D418C

Tints of Blue Gem #4D418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 27.3%
G = 23.05%
B = 49.65%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D418C (or 0x4D418C) is known color: Blue Gem. HEX triplet: 4D, 41 and 8C. RGB value is (77,65,140). Sum of RGB (Red+Green+Blue) = 77+65+140=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D418C is #B2BE73. Grayscale: #4C4C4C. Windows color (decimal): -11714164 or 9191757. OLE color: 9191757.

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

Color convert

RGB 77 65 140 -
CMYK 0.45 0.54 0 0.45
HSL 249.6º 0.37% 0.4% -
HSV(B) 249.6º 0.54% 0.55% -
XYZ 9.68 7.25 25.7 -
YUV 77.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 77 65 140 0.45 0.54 0 0.45 249.6 0.37 0.4
Hex 4D 41 8C 2D 36 0 2D FA 25 28
Octal 115 101 214 55 66 0 55 372 45 50
Binary 1001101 1000001 10001100 101101 110110 0 101101 11111010 100101 101000

Color Harmonies of #4D418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D418C

Black with #4D418C

Text Example


Text Example

White with #4D418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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