Html Css Color HEX #4D2894 Blue Gem

📋 copy color: '#4D2894'

red 77 ◦ green 40 ◦ blue 148

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

Shades of Blue Gem #4D2894

Tints of Blue Gem #4D2894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 29.06%
G = 15.09%
B = 55.85%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D2894 (or 0x4D2894) is known color: Blue Gem. HEX triplet: 4D, 28 and 94. RGB value is (77,40,148). Sum of RGB (Red+Green+Blue) = 77+40+148=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D2894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2894 is #B2D76B. Grayscale: #3E3E3E. Windows color (decimal): -11720556 or 9709645. OLE color: 9709645.

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

Color convert

RGB 77 40 148 -
CMYK 0.48 0.73 0 0.42
HSL 260.56º 0.57% 0.37% -
HSV(B) 260.56º 0.73% 0.58% -
XYZ 9.16 5.23 28.54 -
YUV 63.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 77 40 148 0.48 0.73 0 0.42 260.56 0.57 0.37
Hex 4D 28 94 30 49 0 2A 105 39 25
Octal 115 50 224 60 111 0 52 405 71 45
Binary 1001101 101000 10010100 110000 1001001 0 101010 100000101 111001 100101

Color Harmonies of #4D2894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2894

Black with #4D2894

Text Example


Text Example

White with #4D2894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,148); }

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

background-color css

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

 a { background-color: rgb(77,40,148); }

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

border-color css

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

 span { border-color: rgb(77,40,148); }

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