Html Css Color HEX #4D2899 Blue Gem

📋 copy color: '#4D2899'

red 77 ◦ green 40 ◦ blue 153

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

Shades of Blue Gem #4D2899

Tints of Blue Gem #4D2899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 28.52%
G = 14.81%
B = 56.67%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4D2899 (or 0x4D2899) is known color: Blue Gem. HEX triplet: 4D, 28 and 99. RGB value is (77,40,153). Sum of RGB (Red+Green+Blue) = 77+40+153=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D2899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2899 is #B2D766. Grayscale: #3F3F3F. Windows color (decimal): -11720551 or 10037325. OLE color: 10037325.

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

Color convert

RGB 77 40 153 -
CMYK 0.50 0.74 0 0.4
HSL 259.65º 0.59% 0.38% -
HSV(B) 259.65º 0.74% 0.6% -
XYZ 9.57 5.4 30.67 -
YUV 63.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 77 40 153 0.50 0.74 0 0.4 259.65 0.59 0.38
Hex 4D 28 99 32 4A 0 28 104 3B 26
Octal 115 50 231 62 112 0 50 404 73 46
Binary 1001101 101000 10011001 110010 1001010 0 101000 100000100 111011 100110

Color Harmonies of #4D2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2899

Black with #4D2899

Text Example


Text Example

White with #4D2899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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