Html Css Color HEX #49308D Blue Gem

📋 copy color: '#49308D'

red 73 ◦ green 48 ◦ blue 141

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

Shades of Blue Gem #49308D

Tints of Blue Gem #49308D

RGB

 RED value IS 73 (28.91% from 255) = 27.86%

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

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 27.86%
G = 18.32%
B = 53.82%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49308D (or 0x49308D) is known color: Blue Gem. HEX triplet: 49, 30 and 8D. RGB value is (73,48,141). Sum of RGB (Red+Green+Blue) = 73+48+141=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #49308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49308D is #B6CF72. Grayscale: #414141. Windows color (decimal): -11980659 or 9252937. OLE color: 9252937.

HSL color Cylindrical-coordinate representation of color #49308D: hue angle of 256.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49308D is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 48 141 -
CMYK 0.48 0.66 0 0.45
HSL 256.13º 0.49% 0.37% -
HSV(B) 256.13º 0.66% 0.55% -
XYZ 8.61 5.45 25.8 -
YUV 66.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 73 48 141 0.48 0.66 0 0.45 256.13 0.49 0.37
Hex 49 30 8D 30 42 0 2D 100 31 25
Octal 111 60 215 60 102 0 55 400 61 45
Binary 1001001 110000 10001101 110000 1000010 0 101101 100000000 110001 100101

Color Harmonies of #49308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49308D

Black with #49308D

Text Example


Text Example

White with #49308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49308D; }

 p { color: rgb(73,48,141); }

 H1.HeaderClassName
 {
   color: #49308D;
 }
 .AnyTagClassName
 {
   color: #49308D;
 }
</style>

background-color css

<style>
 a { background-color: #49308D; }

 a { background-color: rgb(73,48,141); }

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

border-color css

<style>
 span { border-color: #49308D; }

 span { border-color: rgb(73,48,141); }

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