Html Css Color HEX #49196F Blue Diamond

📋 copy color: '#49196F'

red 73 ◦ green 25 ◦ blue 111

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

Shades of Blue Diamond #49196F

Tints of Blue Diamond #49196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 34.93%
G = 11.96%
B = 53.11%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49196F (or 0x49196F) is known color: Blue Diamond. HEX triplet: 49, 19 and 6F. RGB value is (73,25,111). Sum of RGB (Red+Green+Blue) = 73+25+111=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #49196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49196F is #B6E690. Grayscale: #303030. Windows color (decimal): -11986577 or 7280969. OLE color: 7280969.

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

Color convert

RGB 73 25 111 -
CMYK 0.34 0.77 0 0.56
HSL 273.49º 0.63% 0.27% -
HSV(B) 273.49º 0.77% 0.44% -
XYZ 5.96 3.26 15.35 -
YUV 49.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 73 25 111 0.34 0.77 0 0.56 273.49 0.63 0.27
Hex 49 19 6F 22 4D 0 38 111 3F 1B
Octal 111 31 157 42 115 0 70 421 77 33
Binary 1001001 11001 1101111 100010 1001101 0 111000 100010001 111111 11011

Color Harmonies of #49196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49196F

Black with #49196F

Text Example


Text Example

White with #49196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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