Html Css Color HEX #49316E Blue Diamond

📋 copy color: '#49316E'

red 73 ◦ green 49 ◦ blue 110

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

Shades of Blue Diamond #49316E

Tints of Blue Diamond #49316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 31.47%
G = 21.12%
B = 47.41%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49316E (or 0x49316E) is known color: Blue Diamond. HEX triplet: 49, 31 and 6E. RGB value is (73,49,110). Sum of RGB (Red+Green+Blue) = 73+49+110=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #49316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49316E is #B6CE91. Grayscale: #3E3E3E. Windows color (decimal): -11980434 or 7221577. OLE color: 7221577.

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

Color convert

RGB 73 49 110 -
CMYK 0.34 0.55 0 0.57
HSL 263.61º 0.38% 0.31% -
HSV(B) 263.61º 0.55% 0.43% -
XYZ 6.66 4.74 15.32 -
YUV 63.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 73 49 110 0.34 0.55 0 0.57 263.61 0.38 0.31
Hex 49 31 6E 22 37 0 39 108 26 1F
Octal 111 61 156 42 67 0 71 410 46 37
Binary 1001001 110001 1101110 100010 110111 0 111001 100001000 100110 11111

Color Harmonies of #49316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49316E

Black with #49316E

Text Example


Text Example

White with #49316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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