Html Css Color HEX #4D299B Blue Gem

📋 copy color: '#4D299B'

red 77 ◦ green 41 ◦ blue 155

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

Shades of Blue Gem #4D299B

Tints of Blue Gem #4D299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 28.21%
G = 15.02%
B = 56.78%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D299B (or 0x4D299B) is known color: Blue Gem. HEX triplet: 4D, 29 and 9B. RGB value is (77,41,155). Sum of RGB (Red+Green+Blue) = 77+41+155=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D299B is #B2D664. Grayscale: #404040. Windows color (decimal): -11720293 or 10168653. OLE color: 10168653.

HSL color Cylindrical-coordinate representation of color #4D299B: hue angle of 258.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D299B is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 41 155 -
CMYK 0.50 0.74 0 0.39
HSL 258.95º 0.58% 0.38% -
HSV(B) 258.95º 0.74% 0.61% -
XYZ 9.77 5.53 31.56 -
YUV 64.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 77 41 155 0.50 0.74 0 0.39 258.95 0.58 0.38
Hex 4D 29 9B 32 4A 0 27 103 3A 26
Octal 115 51 233 62 112 0 47 403 72 46
Binary 1001101 101001 10011011 110010 1001010 0 100111 100000011 111010 100110

Color Harmonies of #4D299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D299B

Black with #4D299B

Text Example


Text Example

White with #4D299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,41,155); }

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

background-color css

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

 a { background-color: rgb(77,41,155); }

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

border-color css

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

 span { border-color: rgb(77,41,155); }

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