Html Css Color HEX #4D419D Blue Gem

📋 copy color: '#4D419D'

red 77 ◦ green 65 ◦ blue 157

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

Shades of Blue Gem #4D419D

Tints of Blue Gem #4D419D

RGB

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

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

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

R = 25.75%
G = 21.74%
B = 52.51%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D419D (or 0x4D419D) is known color: Blue Gem. HEX triplet: 4D, 41 and 9D. RGB value is (77,65,157). Sum of RGB (Red+Green+Blue) = 77+65+157=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D419D is #B2BE62. Grayscale: #4E4E4E. Windows color (decimal): -11714147 or 10305869. OLE color: 10305869.

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

Color convert

RGB 77 65 157 -
CMYK 0.51 0.59 0 0.38
HSL 247.83º 0.41% 0.44% -
HSV(B) 247.83º 0.59% 0.62% -
XYZ 11.04 7.79 32.82 -
YUV 79.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 77 65 157 0.51 0.59 0 0.38 247.83 0.41 0.44
Hex 4D 41 9D 33 3B 0 26 F8 29 2C
Octal 115 101 235 63 73 0 46 370 51 54
Binary 1001101 1000001 10011101 110011 111011 0 100110 11111000 101001 101100

Color Harmonies of #4D419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D419D

Black with #4D419D

Text Example


Text Example

White with #4D419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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