Html Css Color HEX #49449B Blue Gem

📋 copy color: '#49449B'

red 73 ◦ green 68 ◦ blue 155

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

Shades of Blue Gem #49449B

Tints of Blue Gem #49449B

RGB

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

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

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

R = 24.66%
G = 22.97%
B = 52.36%

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

#49449B (or 0x49449B) is known color: Blue Gem. HEX triplet: 49, 44 and 9B. RGB value is (73,68,155). Sum of RGB (Red+Green+Blue) = 73+68+155=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #49449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49449B is #B6BB64. Grayscale: #4F4F4F. Windows color (decimal): -11975525 or 10175561. OLE color: 10175561.

HSL color Cylindrical-coordinate representation of color #49449B: hue angle of 243.45º 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 #49449B is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 68 155 -
CMYK 0.53 0.56 0 0.39
HSL 243.45º 0.39% 0.44% -
HSV(B) 243.45º 0.56% 0.61% -
XYZ 10.73 7.92 31.97 -
YUV 79.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 73 68 155 0.53 0.56 0 0.39 243.45 0.39 0.44
Hex 49 44 9B 35 38 0 27 F3 27 2C
Octal 111 104 233 65 70 0 47 363 47 54
Binary 1001001 1000100 10011011 110101 111000 0 100111 11110011 100111 101100

Color Harmonies of #49449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49449B

Black with #49449B

Text Example


Text Example

White with #49449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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