Html Css Color HEX #49348A Blue Gem

📋 copy color: '#49348A'

red 73 ◦ green 52 ◦ blue 138

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

Shades of Blue Gem #49348A

Tints of Blue Gem #49348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 27.76%
G = 19.77%
B = 52.47%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49348A (or 0x49348A) is known color: Blue Gem. HEX triplet: 49, 34 and 8A. RGB value is (73,52,138). Sum of RGB (Red+Green+Blue) = 73+52+138=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #49348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49348A is #B6CB75. Grayscale: #434343. Windows color (decimal): -11979638 or 9057353. OLE color: 9057353.

HSL color Cylindrical-coordinate representation of color #49348A: hue angle of 254.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49348A is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 52 138 -
CMYK 0.47 0.62 0 0.46
HSL 254.65º 0.45% 0.37% -
HSV(B) 254.65º 0.62% 0.54% -
XYZ 8.56 5.71 24.7 -
YUV 68.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 73 52 138 0.47 0.62 0 0.46 254.65 0.45 0.37
Hex 49 34 8A 2F 3E 0 2E FF 2D 25
Octal 111 64 212 57 76 0 56 377 55 45
Binary 1001001 110100 10001010 101111 111110 0 101110 11111111 101101 100101

Color Harmonies of #49348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49348A

Black with #49348A

Text Example


Text Example

White with #49348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49348A; }

 p { color: rgb(73,52,138); }

 H1.HeaderClassName
 {
   color: #49348A;
 }
 .AnyTagClassName
 {
   color: #49348A;
 }
</style>

background-color css

<style>
 a { background-color: #49348A; }

 a { background-color: rgb(73,52,138); }

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

border-color css

<style>
 span { border-color: #49348A; }

 span { border-color: rgb(73,52,138); }

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