Html Css Color HEX #49289A Blue Gem

📋 copy color: '#49289A'

red 73 ◦ green 40 ◦ blue 154

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

Shades of Blue Gem #49289A

Tints of Blue Gem #49289A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

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

R = 27.34%
G = 14.98%
B = 57.68%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49289A (or 0x49289A) is known color: Blue Gem. HEX triplet: 49, 28 and 9A. RGB value is (73,40,154). Sum of RGB (Red+Green+Blue) = 73+40+154=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #49289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49289A is #B6D765. Grayscale: #3E3E3E. Windows color (decimal): -11982694 or 10102857. OLE color: 10102857.

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

Color convert

RGB 73 40 154 -
CMYK 0.53 0.74 0 0.40
HSL 257.37º 0.59% 0.38% -
HSV(B) 257.37º 0.74% 0.6% -
XYZ 9.34 5.27 31.1 -
YUV 62.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 73 40 154 0.53 0.74 0 0.40 257.37 0.59 0.38
Hex 49 28 9A 35 4A 0 28 101 3B 26
Octal 111 50 232 65 112 0 50 401 73 46
Binary 1001001 101000 10011010 110101 1001010 0 101000 100000001 111011 100110

Color Harmonies of #49289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49289A

Black with #49289A

Text Example


Text Example

White with #49289A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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