Html Css Color HEX #4D2EAA Blue Gem

📋 copy color: '#4D2EAA'

red 77 ◦ green 46 ◦ blue 170

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

Shades of Blue Gem #4D2EAA

Tints of Blue Gem #4D2EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.02%

R = 26.28%
G = 15.7%
B = 58.02%

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

#4D2EAA (or 0x4D2EAA) is known color: Blue Gem. HEX triplet: 4D, 2E and AA. RGB value is (77,46,170). Sum of RGB (Red+Green+Blue) = 77+46+170=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2EAA is #B2D155. Grayscale: #444444. Windows color (decimal): -11718998 or 11152973. OLE color: 11152973.

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

Color convert

RGB 77 46 170 -
CMYK 0.55 0.73 0 0.33
HSL 255º 0.57% 0.42% -
HSV(B) 255º 0.73% 0.67% -
XYZ 11.29 6.43 38.68 -
YUV 69.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 77 46 170 0.55 0.73 0 0.33 255 0.57 0.42
Hex 4D 2E AA 37 49 0 21 FF 39 2A
Octal 115 56 252 67 111 0 41 377 71 52
Binary 1001101 101110 10101010 110111 1001001 0 100001 11111111 111001 101010

Color Harmonies of #4D2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2EAA

Black with #4D2EAA

Text Example


Text Example

White with #4D2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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