Html Css Color HEX #49389D Blue Gem

📋 copy color: '#49389D'

red 73 ◦ green 56 ◦ blue 157

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

Shades of Blue Gem #49389D

Tints of Blue Gem #49389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

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

R = 25.52%
G = 19.58%
B = 54.9%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49389D (or 0x49389D) is known color: Blue Gem. HEX triplet: 49, 38 and 9D. RGB value is (73,56,157). Sum of RGB (Red+Green+Blue) = 73+56+157=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #49389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49389D is #B6C762. Grayscale: #484848. Windows color (decimal): -11978595 or 10303561. OLE color: 10303561.

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

Color convert

RGB 73 56 157 -
CMYK 0.54 0.64 0 0.38
HSL 250.1º 0.47% 0.42% -
HSV(B) 250.1º 0.64% 0.62% -
XYZ 10.25 6.68 32.65 -
YUV 72.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 73 56 157 0.54 0.64 0 0.38 250.1 0.47 0.42
Hex 49 38 9D 36 40 0 26 FA 2F 2A
Octal 111 70 235 66 100 0 46 372 57 52
Binary 1001001 111000 10011101 110110 1000000 0 100110 11111010 101111 101010

Color Harmonies of #49389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49389D

Black with #49389D

Text Example


Text Example

White with #49389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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