Html Css Color HEX #49339A Blue Gem

📋 copy color: '#49339A'

red 73 ◦ green 51 ◦ blue 154

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

Shades of Blue Gem #49339A

Tints of Blue Gem #49339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 26.26%
G = 18.35%
B = 55.4%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49339A (or 0x49339A) is known color: Blue Gem. HEX triplet: 49, 33 and 9A. RGB value is (73,51,154). Sum of RGB (Red+Green+Blue) = 73+51+154=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #49339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49339A is #B6CC65. Grayscale: #444444. Windows color (decimal): -11979878 or 10105673. OLE color: 10105673.

HSL color Cylindrical-coordinate representation of color #49339A: hue angle of 252.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49339A is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 51 154 -
CMYK 0.53 0.67 0 0.40
HSL 252.82º 0.5% 0.4% -
HSV(B) 252.82º 0.67% 0.6% -
XYZ 9.76 6.12 31.24 -
YUV 69.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 73 51 154 0.53 0.67 0 0.40 252.82 0.5 0.4
Hex 49 33 9A 35 43 0 28 FD 32 28
Octal 111 63 232 65 103 0 50 375 62 50
Binary 1001001 110011 10011010 110101 1000011 0 101000 11111101 110010 101000

Color Harmonies of #49339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49339A

Black with #49339A

Text Example


Text Example

White with #49339A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,51,154); }

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

background-color css

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

 a { background-color: rgb(73,51,154); }

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

border-color css

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

 span { border-color: rgb(73,51,154); }

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