Html Css Color HEX #49236C Blue Diamond

📋 copy color: '#49236C'

red 73 ◦ green 35 ◦ blue 108

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

Shades of Blue Diamond #49236C

Tints of Blue Diamond #49236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 33.8%
G = 16.2%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49236C (or 0x49236C) is known color: Blue Diamond. HEX triplet: 49, 23 and 6C. RGB value is (73,35,108). Sum of RGB (Red+Green+Blue) = 73+35+108=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #49236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49236C is #B6DC93. Grayscale: #363636. Windows color (decimal): -11984020 or 7086921. OLE color: 7086921.

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

Color convert

RGB 73 35 108 -
CMYK 0.32 0.68 0 0.58
HSL 271.23º 0.51% 0.28% -
HSV(B) 271.23º 0.68% 0.42% -
XYZ 6.06 3.7 14.58 -
YUV 54.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 73 35 108 0.32 0.68 0 0.58 271.23 0.51 0.28
Hex 49 23 6C 20 44 0 3A 10F 33 1C
Octal 111 43 154 40 104 0 72 417 63 34
Binary 1001001 100011 1101100 100000 1000100 0 111010 100001111 110011 11100

Color Harmonies of #49236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49236C

Black with #49236C

Text Example


Text Example

White with #49236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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