Html Css Color HEX #49186C Blue Diamond

📋 copy color: '#49186C'

red 73 ◦ green 24 ◦ blue 108

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

Shades of Blue Diamond #49186C

Tints of Blue Diamond #49186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

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

R = 35.61%
G = 11.71%
B = 52.68%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49186C (or 0x49186C) is known color: Blue Diamond. HEX triplet: 49, 18 and 6C. RGB value is (73,24,108). Sum of RGB (Red+Green+Blue) = 73+24+108=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #49186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49186C is #B6E793. Grayscale: #2F2F2F. Windows color (decimal): -11986836 or 7084105. OLE color: 7084105.

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

Color convert

RGB 73 24 108 -
CMYK 0.32 0.78 0 0.58
HSL 275º 0.64% 0.26% -
HSV(B) 275º 0.78% 0.42% -
XYZ 5.78 3.15 14.49 -
YUV 48.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 73 24 108 0.32 0.78 0 0.58 275 0.64 0.26
Hex 49 18 6C 20 4E 0 3A 113 40 1A
Octal 111 30 154 40 116 0 72 423 100 32
Binary 1001001 11000 1101100 100000 1001110 0 111010 100010011 1000000 11010

Color Harmonies of #49186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49186C

Black with #49186C

Text Example


Text Example

White with #49186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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