Html Css Color HEX #49206F Blue Diamond

📋 copy color: '#49206F'

red 73 ◦ green 32 ◦ blue 111

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

Shades of Blue Diamond #49206F

Tints of Blue Diamond #49206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 33.8%
G = 14.81%
B = 51.39%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49206F (or 0x49206F) is known color: Blue Diamond. HEX triplet: 49, 20 and 6F. RGB value is (73,32,111). Sum of RGB (Red+Green+Blue) = 73+32+111=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #49206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49206F is #B6DF90. Grayscale: #343434. Windows color (decimal): -11984785 or 7282761. OLE color: 7282761.

HSL color Cylindrical-coordinate representation of color #49206F: hue angle of 271.14º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49206F is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 32 111 -
CMYK 0.34 0.71 0 0.56
HSL 271.14º 0.55% 0.28% -
HSV(B) 271.14º 0.71% 0.44% -
XYZ 6.13 3.6 15.41 -
YUV 53.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 73 32 111 0.34 0.71 0 0.56 271.14 0.55 0.28
Hex 49 20 6F 22 47 0 38 10F 37 1C
Octal 111 40 157 42 107 0 70 417 67 34
Binary 1001001 100000 1101111 100010 1000111 0 111000 100001111 110111 11100

Color Harmonies of #49206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49206F

Black with #49206F

Text Example


Text Example

White with #49206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49206F; }

 p { color: rgb(73,32,111); }

 H1.HeaderClassName
 {
   color: #49206F;
 }
 .AnyTagClassName
 {
   color: #49206F;
 }
</style>

background-color css

<style>
 a { background-color: #49206F; }

 a { background-color: rgb(73,32,111); }

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

border-color css

<style>
 span { border-color: #49206F; }

 span { border-color: rgb(73,32,111); }

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