Html Css Color HEX #4D2496 Blue Gem

📋 copy color: '#4D2496'

red 77 ◦ green 36 ◦ blue 150

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

Shades of Blue Gem #4D2496

Tints of Blue Gem #4D2496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 29.28%
G = 13.69%
B = 57.03%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D2496 (or 0x4D2496) is known color: Blue Gem. HEX triplet: 4D, 24 and 96. RGB value is (77,36,150). Sum of RGB (Red+Green+Blue) = 77+36+150=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D2496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2496 is #B2DB69. Grayscale: #3C3C3C. Windows color (decimal): -11721578 or 9839693. OLE color: 9839693.

HSL color Cylindrical-coordinate representation of color #4D2496: hue angle of 261.58º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D2496 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 36 150 -
CMYK 0.49 0.76 0 0.41
HSL 261.58º 0.61% 0.36% -
HSV(B) 261.58º 0.76% 0.59% -
XYZ 9.2 5.04 29.34 -
YUV 61.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 77 36 150 0.49 0.76 0 0.41 261.58 0.61 0.36
Hex 4D 24 96 31 4C 0 29 106 3D 24
Octal 115 44 226 61 114 0 51 406 75 44
Binary 1001101 100100 10010110 110001 1001100 0 101001 100000110 111101 100100

Color Harmonies of #4D2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2496

Black with #4D2496

Text Example


Text Example

White with #4D2496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,36,150); }

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

background-color css

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

 a { background-color: rgb(77,36,150); }

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

border-color css

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

 span { border-color: rgb(77,36,150); }

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