Html Css Color HEX #49419D Blue Gem

📋 copy color: '#49419D'

red 73 ◦ green 65 ◦ blue 157

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

Shades of Blue Gem #49419D

Tints of Blue Gem #49419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 24.75%
G = 22.03%
B = 53.22%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49419D (or 0x49419D) is known color: Blue Gem. HEX triplet: 49, 41 and 9D. RGB value is (73,65,157). Sum of RGB (Red+Green+Blue) = 73+65+157=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #49419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49419D is #B6BE62. Grayscale: #4D4D4D. Windows color (decimal): -11976291 or 10305865. OLE color: 10305865.

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

Color convert

RGB 73 65 157 -
CMYK 0.54 0.59 0 0.38
HSL 245.22º 0.41% 0.44% -
HSV(B) 245.22º 0.59% 0.62% -
XYZ 10.72 7.63 32.81 -
YUV 77.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 73 65 157 0.54 0.59 0 0.38 245.22 0.41 0.44
Hex 49 41 9D 36 3B 0 26 F5 29 2C
Octal 111 101 235 66 73 0 46 365 51 54
Binary 1001001 1000001 10011101 110110 111011 0 100110 11110101 101001 101100

Color Harmonies of #49419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49419D

Black with #49419D

Text Example


Text Example

White with #49419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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