Html Css Color HEX #4D419A Blue Gem

📋 copy color: '#4D419A'

red 77 ◦ green 65 ◦ blue 154

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

Shades of Blue Gem #4D419A

Tints of Blue Gem #4D419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.03%

R = 26.01%
G = 21.96%
B = 52.03%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D419A (or 0x4D419A) is known color: Blue Gem. HEX triplet: 4D, 41 and 9A. RGB value is (77,65,154). Sum of RGB (Red+Green+Blue) = 77+65+154=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D419A is #B2BE65. Grayscale: #4E4E4E. Windows color (decimal): -11714150 or 10109261. OLE color: 10109261.

HSL color Cylindrical-coordinate representation of color #4D419A: hue angle of 248.09º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D419A is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 65 154 -
CMYK 0.50 0.58 0 0.40
HSL 248.09º 0.41% 0.43% -
HSV(B) 248.09º 0.58% 0.6% -
XYZ 10.78 7.69 31.49 -
YUV 78.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 77 65 154 0.50 0.58 0 0.40 248.09 0.41 0.43
Hex 4D 41 9A 32 3A 0 28 F8 29 2B
Octal 115 101 232 62 72 0 50 370 51 53
Binary 1001101 1000001 10011010 110010 111010 0 101000 11111000 101001 101011

Color Harmonies of #4D419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D419A

Black with #4D419A

Text Example


Text Example

White with #4D419A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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