Html Css Color HEX #49388C Blue Gem

📋 copy color: '#49388C'

red 73 ◦ green 56 ◦ blue 140

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

Shades of Blue Gem #49388C

Tints of Blue Gem #49388C

RGB

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

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

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

R = 27.14%
G = 20.82%
B = 52.04%

CMYK

 C value IS 0.48

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49388C (or 0x49388C) is known color: Blue Gem. HEX triplet: 49, 38 and 8C. RGB value is (73,56,140). Sum of RGB (Red+Green+Blue) = 73+56+140=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #49388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49388C is #B6C773. Grayscale: #464646. Windows color (decimal): -11978612 or 9189449. OLE color: 9189449.

HSL color Cylindrical-coordinate representation of color #49388C: hue angle of 252.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49388C is Cyan = 0.48, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 56 140 -
CMYK 0.48 0.6 0 0.45
HSL 252.14º 0.43% 0.38% -
HSV(B) 252.14º 0.6% 0.55% -
XYZ 8.9 6.14 25.53 -
YUV 70.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 73 56 140 0.48 0.6 0 0.45 252.14 0.43 0.38
Hex 49 38 8C 30 3C 0 2D FC 2B 26
Octal 111 70 214 60 74 0 55 374 53 46
Binary 1001001 111000 10001100 110000 111100 0 101101 11111100 101011 100110

Color Harmonies of #49388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49388C

Black with #49388C

Text Example


Text Example

White with #49388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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