Html Css Color HEX #4D2EAB Blue Gem

📋 copy color: '#4D2EAB'

red 77 ◦ green 46 ◦ blue 171

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

Shades of Blue Gem #4D2EAB

Tints of Blue Gem #4D2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 171 (67.19% from 255) = 58.16%

R = 26.19%
G = 15.65%
B = 58.16%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D2EAB (or 0x4D2EAB) is known color: Blue Gem. HEX triplet: 4D, 2E and AB. RGB value is (77,46,171). Sum of RGB (Red+Green+Blue) = 77+46+171=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D2EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2EAB is #B2D154. Grayscale: #454545. Windows color (decimal): -11718997 or 11218509. OLE color: 11218509.

HSL color Cylindrical-coordinate representation of color #4D2EAB: hue angle of 254.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D2EAB is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 46 171 -
CMYK 0.55 0.73 0 0.33
HSL 254.88º 0.58% 0.43% -
HSV(B) 254.88º 0.73% 0.67% -
XYZ 11.39 6.47 39.18 -
YUV 69.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 77 46 171 0.55 0.73 0 0.33 254.88 0.58 0.43
Hex 4D 2E AB 37 49 0 21 FF 3A 2B
Octal 115 56 253 67 111 0 41 377 72 53
Binary 1001101 101110 10101011 110111 1001001 0 100001 11111111 111010 101011

Color Harmonies of #4D2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2EAB

Black with #4D2EAB

Text Example


Text Example

White with #4D2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,46,171); }

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

background-color css

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

 a { background-color: rgb(77,46,171); }

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

border-color css

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

 span { border-color: rgb(77,46,171); }

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