Html Css Color HEX #49439D Blue Gem

📋 copy color: '#49439D'

red 73 ◦ green 67 ◦ blue 157

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

Shades of Blue Gem #49439D

Tints of Blue Gem #49439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 24.58%
G = 22.56%
B = 52.86%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49439D (or 0x49439D) is known color: Blue Gem. HEX triplet: 49, 43 and 9D. RGB value is (73,67,157). Sum of RGB (Red+Green+Blue) = 73+67+157=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #49439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49439D is #B6BC62. Grayscale: #4E4E4E. Windows color (decimal): -11975779 or 10306377. OLE color: 10306377.

HSL color Cylindrical-coordinate representation of color #49439D: hue angle of 244º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49439D is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 67 157 -
CMYK 0.54 0.57 0 0.38
HSL 244º 0.4% 0.44% -
HSV(B) 244º 0.57% 0.62% -
XYZ 10.84 7.87 32.85 -
YUV 79.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 73 67 157 0.54 0.57 0 0.38 244 0.4 0.44
Hex 49 43 9D 36 39 0 26 F4 28 2C
Octal 111 103 235 66 71 0 46 364 50 54
Binary 1001001 1000011 10011101 110110 111001 0 100110 11110100 101000 101100

Color Harmonies of #49439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49439D

Black with #49439D

Text Example


Text Example

White with #49439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49439D; }

 p { color: rgb(73,67,157); }

 H1.HeaderClassName
 {
   color: #49439D;
 }
 .AnyTagClassName
 {
   color: #49439D;
 }
</style>

background-color css

<style>
 a { background-color: #49439D; }

 a { background-color: rgb(73,67,157); }

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

border-color css

<style>
 span { border-color: #49439D; }

 span { border-color: rgb(73,67,157); }

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