Html Css Color HEX #49326F Blue Diamond

📋 copy color: '#49326F'

red 73 ◦ green 50 ◦ blue 111

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

Shades of Blue Diamond #49326F

Tints of Blue Diamond #49326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 111 (43.75% from 255) = 47.44%

R = 31.2%
G = 21.37%
B = 47.44%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49326F (or 0x49326F) is known color: Blue Diamond. HEX triplet: 49, 32 and 6F. RGB value is (73,50,111). Sum of RGB (Red+Green+Blue) = 73+50+111=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #49326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49326F is #B6CD90. Grayscale: #3F3F3F. Windows color (decimal): -11980177 or 7287369. OLE color: 7287369.

HSL color Cylindrical-coordinate representation of color #49326F: hue angle of 262.62º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49326F is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 50 111 -
CMYK 0.34 0.55 0 0.56
HSL 262.62º 0.38% 0.32% -
HSV(B) 262.62º 0.55% 0.44% -
XYZ 6.76 4.85 15.62 -
YUV 63.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 73 50 111 0.34 0.55 0 0.56 262.62 0.38 0.32
Hex 49 32 6F 22 37 0 38 107 26 20
Octal 111 62 157 42 67 0 70 407 46 40
Binary 1001001 110010 1101111 100010 110111 0 111000 100000111 100110 100000

Color Harmonies of #49326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49326F

Black with #49326F

Text Example


Text Example

White with #49326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49326F; }

 p { color: rgb(73,50,111); }

 H1.HeaderClassName
 {
   color: #49326F;
 }
 .AnyTagClassName
 {
   color: #49326F;
 }
</style>

background-color css

<style>
 a { background-color: #49326F; }

 a { background-color: rgb(73,50,111); }

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

border-color css

<style>
 span { border-color: #49326F; }

 span { border-color: rgb(73,50,111); }

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