Html Css Color HEX #49308F Blue Gem

📋 copy color: '#49308F'

red 73 ◦ green 48 ◦ blue 143

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

Shades of Blue Gem #49308F

Tints of Blue Gem #49308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 27.65%
G = 18.18%
B = 54.17%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49308F (or 0x49308F) is known color: Blue Gem. HEX triplet: 49, 30 and 8F. RGB value is (73,48,143). Sum of RGB (Red+Green+Blue) = 73+48+143=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #49308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49308F is #B6CF70. Grayscale: #414141. Windows color (decimal): -11980657 or 9384009. OLE color: 9384009.

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

Color convert

RGB 73 48 143 -
CMYK 0.49 0.66 0 0.44
HSL 255.79º 0.5% 0.37% -
HSV(B) 255.79º 0.66% 0.56% -
XYZ 8.76 5.51 26.59 -
YUV 66.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 73 48 143 0.49 0.66 0 0.44 255.79 0.5 0.37
Hex 49 30 8F 31 42 0 2C 100 32 25
Octal 111 60 217 61 102 0 54 400 62 45
Binary 1001001 110000 10001111 110001 1000010 0 101100 100000000 110010 100101

Color Harmonies of #49308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49308F

Black with #49308F

Text Example


Text Example

White with #49308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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