Html Css Color HEX #49449C Blue Gem

📋 copy color: '#49449C'

red 73 ◦ green 68 ◦ blue 156

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

Shades of Blue Gem #49449C

Tints of Blue Gem #49449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 156 (61.33% from 255) = 52.53%

R = 24.58%
G = 22.9%
B = 52.53%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49449C (or 0x49449C) is known color: Blue Gem. HEX triplet: 49, 44 and 9C. RGB value is (73,68,156). Sum of RGB (Red+Green+Blue) = 73+68+156=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #49449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49449C is #B6BB63. Grayscale: #4F4F4F. Windows color (decimal): -11975524 or 10241097. OLE color: 10241097.

HSL color Cylindrical-coordinate representation of color #49449C: hue angle of 243.41º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49449C is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 68 156 -
CMYK 0.53 0.56 0 0.39
HSL 243.41º 0.39% 0.44% -
HSV(B) 243.41º 0.56% 0.61% -
XYZ 10.82 7.95 32.42 -
YUV 79.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 73 68 156 0.53 0.56 0 0.39 243.41 0.39 0.44
Hex 49 44 9C 35 38 0 27 F3 27 2C
Octal 111 104 234 65 70 0 47 363 47 54
Binary 1001001 1000100 10011100 110101 111000 0 100111 11110011 100111 101100

Color Harmonies of #49449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49449C

Black with #49449C

Text Example


Text Example

White with #49449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49449C; }

 p { color: rgb(73,68,156); }

 H1.HeaderClassName
 {
   color: #49449C;
 }
 .AnyTagClassName
 {
   color: #49449C;
 }
</style>

background-color css

<style>
 a { background-color: #49449C; }

 a { background-color: rgb(73,68,156); }

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

border-color css

<style>
 span { border-color: #49449C; }

 span { border-color: rgb(73,68,156); }

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