Html Css Color HEX #49306C Blue Diamond

📋 copy color: '#49306C'

red 73 ◦ green 48 ◦ blue 108

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

Shades of Blue Diamond #49306C

Tints of Blue Diamond #49306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 31.88%
G = 20.96%
B = 47.16%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49306C (or 0x49306C) is known color: Blue Diamond. HEX triplet: 49, 30 and 6C. RGB value is (73,48,108). Sum of RGB (Red+Green+Blue) = 73+48+108=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #49306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49306C is #B6CF93. Grayscale: #3E3E3E. Windows color (decimal): -11980692 or 7090249. OLE color: 7090249.

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

Color convert

RGB 73 48 108 -
CMYK 0.32 0.56 0 0.58
HSL 265º 0.38% 0.31% -
HSV(B) 265º 0.56% 0.42% -
XYZ 6.51 4.61 14.73 -
YUV 62.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 73 48 108 0.32 0.56 0 0.58 265 0.38 0.31
Hex 49 30 6C 20 38 0 3A 109 26 1F
Octal 111 60 154 40 70 0 72 411 46 37
Binary 1001001 110000 1101100 100000 111000 0 111010 100001001 100110 11111

Color Harmonies of #49306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49306C

Black with #49306C

Text Example


Text Example

White with #49306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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