Html Css Color HEX #49187C Blue Diamond

📋 copy color: '#49187C'

red 73 ◦ green 24 ◦ blue 124

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

Shades of Blue Diamond #49187C

Tints of Blue Diamond #49187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 33.03%
G = 10.86%
B = 56.11%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49187C (or 0x49187C) is known color: Blue Diamond. HEX triplet: 49, 18 and 7C. RGB value is (73,24,124). Sum of RGB (Red+Green+Blue) = 73+24+124=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #49187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49187C is #B6E783. Grayscale: #313131. Windows color (decimal): -11986820 or 8132681. OLE color: 8132681.

HSL color Cylindrical-coordinate representation of color #49187C: hue angle of 269.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49187C is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 24 124 -
CMYK 0.41 0.81 0 0.51
HSL 269.4º 0.68% 0.29% -
HSV(B) 269.4º 0.81% 0.49% -
XYZ 6.71 3.52 19.4 -
YUV 50.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 73 24 124 0.41 0.81 0 0.51 269.4 0.68 0.29
Hex 49 18 7C 29 51 0 33 10D 44 1D
Octal 111 30 174 51 121 0 63 415 104 35
Binary 1001001 11000 1111100 101001 1010001 0 110011 100001101 1000100 11101

Color Harmonies of #49187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49187C

Black with #49187C

Text Example


Text Example

White with #49187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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