Html Css Color HEX #49316C Blue Diamond

📋 copy color: '#49316C'

red 73 ◦ green 49 ◦ blue 108

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

Shades of Blue Diamond #49316C

Tints of Blue Diamond #49316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 108 (42.58% from 255) = 46.96%

R = 31.74%
G = 21.3%
B = 46.96%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49316C (or 0x49316C) is known color: Blue Diamond. HEX triplet: 49, 31 and 6C. RGB value is (73,49,108). Sum of RGB (Red+Green+Blue) = 73+49+108=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #49316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49316C is #B6CE93. Grayscale: #3E3E3E. Windows color (decimal): -11980436 or 7090505. OLE color: 7090505.

HSL color Cylindrical-coordinate representation of color #49316C: hue angle of 264.41º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49316C is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 49 108 -
CMYK 0.32 0.55 0 0.58
HSL 264.41º 0.38% 0.31% -
HSV(B) 264.41º 0.55% 0.42% -
XYZ 6.55 4.7 14.75 -
YUV 62.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 73 49 108 0.32 0.55 0 0.58 264.41 0.38 0.31
Hex 49 31 6C 20 37 0 3A 108 26 1F
Octal 111 61 154 40 67 0 72 410 46 37
Binary 1001001 110001 1101100 100000 110111 0 111010 100001000 100110 11111

Color Harmonies of #49316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49316C

Black with #49316C

Text Example


Text Example

White with #49316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,49,108); }

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

background-color css

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

 a { background-color: rgb(73,49,108); }

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

border-color css

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

 span { border-color: rgb(73,49,108); }

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