COLOR #240446

HEX: #240446
RGB: (36,4,70)

Color info

#240446 contains mainly red and blue colors. Web safe color of #240446 is #330033 (or #303).

RGB color model

#240446 color RGB value is (36,4,70).

  • red value is 36;
  • green value is 4;
  • blue value is 70.
RGB:
(36,4,70)
(14%,2%,27%)

RGB channels and saturation

R 36 of 255 = 14%
G 4 of 255 = 2%
B 70 of 255 = 27%

36
4
70

R + G + B ~ 14%. #240446 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 4 + 70 = 110 (100%)
R 36 of 110 ~ 32.73%
G 4 of 110 ~ 3.64%
B 70 of 110 ~ 63.64%

%32.73
%63.64

CMYK color model

#240446 color CMYK value is (49,94,0,73).

  • cyan value is 48.57%
  • magenta value is 94.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(49,94,0,73)
C49M94Y0K73 
(49%,94%,0%,73%)
(0.49/0.94/0.00/0.73)	

CMYK percentages

%48.57
%94.29
%0
%72.55

Codes

Color #240446 in popluar color models

240446
RGB36470
HSL269°89.19%14.51%
HSB/HSV269°94.29%27.45%
CMYK48.57%94.29%0.00%
72.55%

Color #240446 in popluar number systems.

HEX240446
Decimal36470
Binary1001001001000110
Octal444106

Shades and tints

Shades of #240446

#240446
(36,4,70)
#210440
(33,4,64)
#1E043A
(30,4,58)
#1B0434
(27,4,52)
#18042E
(24,4,46)
#150428
(21,4,40)
#120422
(18,4,34)
#0F041C
(15,4,28)
#0C0416
(12,4,22)
#090410
(9,4,16)
#06040A
(6,4,10)
#000000
(0,0,0)

Tints of #240446

#240446
(36,4,70)
#371A56
(55,26,86)
#4A3066
(74,48,102)
#5D4676
(93,70,118)
#705C86
(112,92,134)
#837296
(131,114,150)
#9688A6
(150,136,166)
#A99EB6
(169,158,182)
#BCB4C6
(188,180,198)
#CFCAD6
(207,202,214)
#E2E0E6
(226,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240446 color. Also use rgb(36,4,70) instead hex code.

Text Font Color

.myTextColor { color: #240446; }

<p style="color:#240446">This sample text font color is #240446.</p>

This text font color is #240446.


Background Color

.myBgColor { background-color: #240446; }

<div style="background-color:#240446">Inner text</div>

This div background color is #240446.


Border color

.myBorderColor { border: 1px solid #240446; }

<div style="border:3px solid #240446">Div</div>

This div border color is #240446.


Opacity

.myOpacity80 { color: #240446; opacity: 0.8; }

<p style="color:#240446;opacity:0.8;">80%</p>

Text with #240446 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #240446;}

<p style="text-shadow: 3px 3px 1px #240446">Text here.</p>

This text has shadow with #240446 color.

.textShadow {text-shadow: 3px 3px 1px #240446, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #240446, 5px 5px 20px red">Text here.</p>

This text has shadow with #240446 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#240446, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#240446, Direction=45, Strength=4)">Text</p>

This text has shadow with #240446 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #240446;
  -webkit-box-shadow:	1px 1px 3px 2px #240446;
  box-shadow:		1px 1px 3px 2px #240446;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #240446;
-webkit-box-shadow: 1px 1px 3px 2px #240446;
box-shadow:1px 1px 3px 2px #240446;">
Div content here</div>
This div box has shadow with color #240446.

Preview

Color preview on black background

This text has color #240446 on black background.


Color preview on white background

This text has color #240446 on white background.



Black color preview on #240446 background

This text has black color on #240446 background.


White color preview on #240446 background

This text has white color on #240446 background.