Html Css Color HEX #49256C Blue Diamond

📋 copy color: '#49256C'

red 73 ◦ green 37 ◦ blue 108

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

Shades of Blue Diamond #49256C

Tints of Blue Diamond #49256C

RGB

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

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

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

R = 33.49%
G = 16.97%
B = 49.54%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49256C (or 0x49256C) is known color: Blue Diamond. HEX triplet: 49, 25 and 6C. RGB value is (73,37,108). Sum of RGB (Red+Green+Blue) = 73+37+108=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #49256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49256C is #B6DA93. Grayscale: #373737. Windows color (decimal): -11983508 or 7087433. OLE color: 7087433.

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

Color convert

RGB 73 37 108 -
CMYK 0.32 0.66 0 0.58
HSL 270.42º 0.49% 0.28% -
HSV(B) 270.42º 0.66% 0.42% -
XYZ 6.12 3.82 14.6 -
YUV 55.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 73 37 108 0.32 0.66 0 0.58 270.42 0.49 0.28
Hex 49 25 6C 20 42 0 3A 10E 31 1C
Octal 111 45 154 40 102 0 72 416 61 34
Binary 1001001 100101 1101100 100000 1000010 0 111010 100001110 110001 11100

Color Harmonies of #49256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49256C

Black with #49256C

Text Example


Text Example

White with #49256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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