Html Css Color HEX #49389A Blue Gem

📋 copy color: '#49389A'

red 73 ◦ green 56 ◦ blue 154

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

Shades of Blue Gem #49389A

Tints of Blue Gem #49389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 25.8%
G = 19.79%
B = 54.42%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49389A (or 0x49389A) is known color: Blue Gem. HEX triplet: 49, 38 and 9A. RGB value is (73,56,154). Sum of RGB (Red+Green+Blue) = 73+56+154=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #49389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49389A is #B6C765. Grayscale: #474747. Windows color (decimal): -11978598 or 10106953. OLE color: 10106953.

HSL color Cylindrical-coordinate representation of color #49389A: hue angle of 250.41º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49389A is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 56 154 -
CMYK 0.53 0.64 0 0.40
HSL 250.41º 0.47% 0.41% -
HSV(B) 250.41º 0.64% 0.6% -
XYZ 9.99 6.58 31.31 -
YUV 72.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 73 56 154 0.53 0.64 0 0.40 250.41 0.47 0.41
Hex 49 38 9A 35 40 0 28 FA 2F 29
Octal 111 70 232 65 100 0 50 372 57 51
Binary 1001001 111000 10011010 110101 1000000 0 101000 11111010 101111 101001

Color Harmonies of #49389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49389A

Black with #49389A

Text Example


Text Example

White with #49389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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