Html Css Color HEX #49239A Blue Gem

📋 copy color: '#49239A'

red 73 ◦ green 35 ◦ blue 154

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

Shades of Blue Gem #49239A

Tints of Blue Gem #49239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

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

R = 27.86%
G = 13.36%
B = 58.78%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49239A (or 0x49239A) is known color: Blue Gem. HEX triplet: 49, 23 and 9A. RGB value is (73,35,154). Sum of RGB (Red+Green+Blue) = 73+35+154=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #49239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49239A is #B6DC65. Grayscale: #3B3B3B. Windows color (decimal): -11983974 or 10101577. OLE color: 10101577.

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

Color convert

RGB 73 35 154 -
CMYK 0.53 0.77 0 0.40
HSL 259.16º 0.63% 0.37% -
HSV(B) 259.16º 0.77% 0.6% -
XYZ 9.18 4.95 31.04 -
YUV 59.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 73 35 154 0.53 0.77 0 0.40 259.16 0.63 0.37
Hex 49 23 9A 35 4D 0 28 103 3F 25
Octal 111 43 232 65 115 0 50 403 77 45
Binary 1001001 100011 10011010 110101 1001101 0 101000 100000011 111111 100101

Color Harmonies of #49239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49239A

Black with #49239A

Text Example


Text Example

White with #49239A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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