Html Css Color HEX #4D2D92 Blue Gem

📋 copy color: '#4D2D92'

red 77 ◦ green 45 ◦ blue 146

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

Shades of Blue Gem #4D2D92

Tints of Blue Gem #4D2D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 28.73%
G = 16.79%
B = 54.48%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D2D92 (or 0x4D2D92) is known color: Blue Gem. HEX triplet: 4D, 2D and 92. RGB value is (77,45,146). Sum of RGB (Red+Green+Blue) = 77+45+146=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D2D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2D92 is #B2D26D. Grayscale: #414141. Windows color (decimal): -11719278 or 9579853. OLE color: 9579853.

HSL color Cylindrical-coordinate representation of color #4D2D92: hue angle of 259.01º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2D92 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 45 146 -
CMYK 0.47 0.69 0 0.43
HSL 259.01º 0.53% 0.37% -
HSV(B) 259.01º 0.69% 0.57% -
XYZ 9.19 5.53 27.78 -
YUV 66.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 77 45 146 0.47 0.69 0 0.43 259.01 0.53 0.37
Hex 4D 2D 92 2F 45 0 2B 103 35 25
Octal 115 55 222 57 105 0 53 403 65 45
Binary 1001101 101101 10010010 101111 1000101 0 101011 100000011 110101 100101

Color Harmonies of #4D2D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2D92

Black with #4D2D92

Text Example


Text Example

White with #4D2D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,45,146); }

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

background-color css

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

 a { background-color: rgb(77,45,146); }

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

border-color css

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

 span { border-color: rgb(77,45,146); }

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