Html Css Color HEX #49229B Blue Gem

📋 copy color: '#49229B'

red 73 ◦ green 34 ◦ blue 155

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

Shades of Blue Gem #49229B

Tints of Blue Gem #49229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 155 (60.94% from 255) = 59.16%

R = 27.86%
G = 12.98%
B = 59.16%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49229B (or 0x49229B) is known color: Blue Gem. HEX triplet: 49, 22 and 9B. RGB value is (73,34,155). Sum of RGB (Red+Green+Blue) = 73+34+155=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #49229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49229B is #B6DD64. Grayscale: #3B3B3B. Windows color (decimal): -11984229 or 10166857. OLE color: 10166857.

HSL color Cylindrical-coordinate representation of color #49229B: hue angle of 259.34º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49229B is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 34 155 -
CMYK 0.53 0.78 0 0.39
HSL 259.34º 0.64% 0.37% -
HSV(B) 259.34º 0.78% 0.61% -
XYZ 9.24 4.93 31.47 -
YUV 59.46 181.92 137.66 -
System Red Green Blue C M Y K H S L
Decimal 73 34 155 0.53 0.78 0 0.39 259.34 0.64 0.37
Hex 49 22 9B 35 4E 0 27 103 40 25
Octal 111 42 233 65 116 0 47 403 100 45
Binary 1001001 100010 10011011 110101 1001110 0 100111 100000011 1000000 100101

Color Harmonies of #49229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49229B

Black with #49229B

Text Example


Text Example

White with #49229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49229B; }

 p { color: rgb(73,34,155); }

 H1.HeaderClassName
 {
   color: #49229B;
 }
 .AnyTagClassName
 {
   color: #49229B;
 }
</style>

background-color css

<style>
 a { background-color: #49229B; }

 a { background-color: rgb(73,34,155); }

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

border-color css

<style>
 span { border-color: #49229B; }

 span { border-color: rgb(73,34,155); }

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