Html Css Color HEX #49256D Blue Diamond

📋 copy color: '#49256D'

red 73 ◦ green 37 ◦ blue 109

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

Shades of Blue Diamond #49256D

Tints of Blue Diamond #49256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 33.33%
G = 16.89%
B = 49.77%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49256D (or 0x49256D) is known color: Blue Diamond. HEX triplet: 49, 25 and 6D. RGB value is (73,37,109). Sum of RGB (Red+Green+Blue) = 73+37+109=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #49256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49256D is #B6DA92. Grayscale: #373737. Windows color (decimal): -11983507 or 7152969. OLE color: 7152969.

HSL color Cylindrical-coordinate representation of color #49256D: hue angle of 270º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49256D is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 37 109 -
CMYK 0.33 0.66 0 0.57
HSL 270º 0.49% 0.29% -
HSV(B) 270º 0.66% 0.43% -
XYZ 6.17 3.84 14.88 -
YUV 55.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 73 37 109 0.33 0.66 0 0.57 270 0.49 0.29
Hex 49 25 6D 21 42 0 39 10E 31 1D
Octal 111 45 155 41 102 0 71 416 61 35
Binary 1001001 100101 1101101 100001 1000010 0 111001 100001110 110001 11101

Color Harmonies of #49256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49256D

Black with #49256D

Text Example


Text Example

White with #49256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49256D; }

 p { color: rgb(73,37,109); }

 H1.HeaderClassName
 {
   color: #49256D;
 }
 .AnyTagClassName
 {
   color: #49256D;
 }
</style>

background-color css

<style>
 a { background-color: #49256D; }

 a { background-color: rgb(73,37,109); }

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

border-color css

<style>
 span { border-color: #49256D; }

 span { border-color: rgb(73,37,109); }

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