Html Css Color HEX #49256E Blue Diamond

📋 copy color: '#49256E'

red 73 ◦ green 37 ◦ blue 110

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

Shades of Blue Diamond #49256E

Tints of Blue Diamond #49256E

RGB

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

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

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

R = 33.18%
G = 16.82%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49256E (or 0x49256E) is known color: Blue Diamond. HEX triplet: 49, 25 and 6E. RGB value is (73,37,110). Sum of RGB (Red+Green+Blue) = 73+37+110=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #49256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49256E is #B6DA91. Grayscale: #373737. Windows color (decimal): -11983506 or 7218505. OLE color: 7218505.

HSL color Cylindrical-coordinate representation of color #49256E: hue angle of 269.59º degrees, saturation: 0.5, 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 #49256E is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 37 110 -
CMYK 0.34 0.66 0 0.57
HSL 269.59º 0.5% 0.29% -
HSV(B) 269.59º 0.66% 0.43% -
XYZ 6.22 3.87 15.17 -
YUV 56.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 73 37 110 0.34 0.66 0 0.57 269.59 0.5 0.29
Hex 49 25 6E 22 42 0 39 10E 32 1D
Octal 111 45 156 42 102 0 71 416 62 35
Binary 1001001 100101 1101110 100010 1000010 0 111001 100001110 110010 11101

Color Harmonies of #49256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49256E

Black with #49256E

Text Example


Text Example

White with #49256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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