Html Css Color HEX #49368C Blue Gem

📋 copy color: '#49368C'

red 73 ◦ green 54 ◦ blue 140

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

Shades of Blue Gem #49368C

Tints of Blue Gem #49368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 27.34%
G = 20.22%
B = 52.43%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49368C (or 0x49368C) is known color: Blue Gem. HEX triplet: 49, 36 and 8C. RGB value is (73,54,140). Sum of RGB (Red+Green+Blue) = 73+54+140=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #49368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49368C is #B6C973. Grayscale: #454545. Windows color (decimal): -11979124 or 9188937. OLE color: 9188937.

HSL color Cylindrical-coordinate representation of color #49368C: hue angle of 253.26º 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 #49368C is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 54 140 -
CMYK 0.48 0.61 0 0.45
HSL 253.26º 0.44% 0.38% -
HSV(B) 253.26º 0.61% 0.55% -
XYZ 8.8 5.95 25.5 -
YUV 69.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 73 54 140 0.48 0.61 0 0.45 253.26 0.44 0.38
Hex 49 36 8C 30 3D 0 2D FD 2C 26
Octal 111 66 214 60 75 0 55 375 54 46
Binary 1001001 110110 10001100 110000 111101 0 101101 11111101 101100 100110

Color Harmonies of #49368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49368C

Black with #49368C

Text Example


Text Example

White with #49368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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