Html Css Color HEX #4D2795 Blue Gem

📋 copy color: '#4D2795'

red 77 ◦ green 39 ◦ blue 149

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

Shades of Blue Gem #4D2795

Tints of Blue Gem #4D2795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 29.06%
G = 14.72%
B = 56.23%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D2795 (or 0x4D2795) is known color: Blue Gem. HEX triplet: 4D, 27 and 95. RGB value is (77,39,149). Sum of RGB (Red+Green+Blue) = 77+39+149=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D2795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2795 is #B2D86A. Grayscale: #3E3E3E. Windows color (decimal): -11720811 or 9774925. OLE color: 9774925.

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

Color convert

RGB 77 39 149 -
CMYK 0.48 0.74 0 0.42
HSL 260.73º 0.59% 0.37% -
HSV(B) 260.73º 0.74% 0.58% -
XYZ 9.21 5.2 28.95 -
YUV 62.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 77 39 149 0.48 0.74 0 0.42 260.73 0.59 0.37
Hex 4D 27 95 30 4A 0 2A 105 3B 25
Octal 115 47 225 60 112 0 52 405 73 45
Binary 1001101 100111 10010101 110000 1001010 0 101010 100000101 111011 100101

Color Harmonies of #4D2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2795

Black with #4D2795

Text Example


Text Example

White with #4D2795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,39,149); }

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

background-color css

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

 a { background-color: rgb(77,39,149); }

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

border-color css

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

 span { border-color: rgb(77,39,149); }

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