Html Css Color HEX #4D3089 Blue Gem

📋 copy color: '#4D3089'

red 77 ◦ green 48 ◦ blue 137

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

Shades of Blue Gem #4D3089

Tints of Blue Gem #4D3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 137 (53.91% from 255) = 52.29%

R = 29.39%
G = 18.32%
B = 52.29%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D3089 (or 0x4D3089) is known color: Blue Gem. HEX triplet: 4D, 30 and 89. RGB value is (77,48,137). Sum of RGB (Red+Green+Blue) = 77+48+137=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D3089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3089 is #B2CF76. Grayscale: #424242. Windows color (decimal): -11718519 or 8990797. OLE color: 8990797.

HSL color Cylindrical-coordinate representation of color #4D3089: hue angle of 259.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3089 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 48 137 -
CMYK 0.44 0.65 0 0.46
HSL 259.55º 0.48% 0.36% -
HSV(B) 259.55º 0.65% 0.54% -
XYZ 8.63 5.5 24.27 -
YUV 66.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 77 48 137 0.44 0.65 0 0.46 259.55 0.48 0.36
Hex 4D 30 89 2C 41 0 2E 104 30 24
Octal 115 60 211 54 101 0 56 404 60 44
Binary 1001101 110000 10001001 101100 1000001 0 101110 100000100 110000 100100

Color Harmonies of #4D3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3089

Black with #4D3089

Text Example


Text Example

White with #4D3089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,137); }

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

background-color css

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

 a { background-color: rgb(77,48,137); }

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

border-color css

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

 span { border-color: rgb(77,48,137); }

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