Html Css Color HEX #49368B Blue Gem

📋 copy color: '#49368B'

red 73 ◦ green 54 ◦ blue 139

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

Shades of Blue Gem #49368B

Tints of Blue Gem #49368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 27.44%
G = 20.3%
B = 52.26%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49368B (or 0x49368B) is known color: Blue Gem. HEX triplet: 49, 36 and 8B. RGB value is (73,54,139). Sum of RGB (Red+Green+Blue) = 73+54+139=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #49368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49368B is #B6C974. Grayscale: #454545. Windows color (decimal): -11979125 or 9123401. OLE color: 9123401.

HSL color Cylindrical-coordinate representation of color #49368B: hue angle of 253.41º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49368B is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 54 139 -
CMYK 0.47 0.61 0 0.45
HSL 253.41º 0.44% 0.38% -
HSV(B) 253.41º 0.61% 0.55% -
XYZ 8.73 5.92 25.11 -
YUV 69.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 73 54 139 0.47 0.61 0 0.45 253.41 0.44 0.38
Hex 49 36 8B 2F 3D 0 2D FD 2C 26
Octal 111 66 213 57 75 0 55 375 54 46
Binary 1001001 110110 10001011 101111 111101 0 101101 11111101 101100 100110

Color Harmonies of #49368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49368B

Black with #49368B

Text Example


Text Example

White with #49368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,54,139); }

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

background-color css

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

 a { background-color: rgb(73,54,139); }

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

border-color css

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

 span { border-color: rgb(73,54,139); }

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