COLOR #010446

HEX: #010446
RGB: (1,4,70)

Color info

#010446 contains mainly blue color. Web safe color of #010446 is #000033 (or #003).

RGB color model

#010446 color RGB value is (1,4,70).

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

RGB channels and saturation

R 1 of 255 = 0%
G 4 of 255 = 2%
B 70 of 255 = 27%

1
4
70

R + G + B ~ 10%. #010446 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 4 + 70 = 75 (100%)
R 1 of 75 ~ 1.33%
G 4 of 75 ~ 5.33%
B 70 of 75 ~ 93.33%

%93.33

CMYK color model

#010446 color CMYK value is (99,94,0,73).

  • cyan value is 98.57%
  • magenta value is 94.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(99,94,0,73)
C99M94Y0K73 
(99%,94%,0%,73%)
(0.99/0.94/0.00/0.73)	

CMYK percentages

%98.57
%94.29
%0
%72.55

Codes

Color #010446 in popluar color models

010446
RGB1470
HSL237°97.18%13.92%
HSB/HSV237°98.57%27.45%
CMYK98.57%94.29%0.00%
72.55%

Color #010446 in popluar number systems.

HEX010446
Decimal1470
Binary11001000110
Octal14106

Shades and tints

Shades of #010446

#010446
(1,4,70)
#010440
(1,4,64)
#01043A
(1,4,58)
#010434
(1,4,52)
#01042E
(1,4,46)
#010428
(1,4,40)
#010422
(1,4,34)
#01041C
(1,4,28)
#010416
(1,4,22)
#010410
(1,4,16)
#01040A
(1,4,10)
#000000
(0,0,0)

Tints of #010446

#010446
(1,4,70)
#181A56
(24,26,86)
#2F3066
(47,48,102)
#464676
(70,70,118)
#5D5C86
(93,92,134)
#747296
(116,114,150)
#8B88A6
(139,136,166)
#A29EB6
(162,158,182)
#B9B4C6
(185,180,198)
#D0CAD6
(208,202,214)
#E7E0E6
(231,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010446; }

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

This text font color is #010446.


Background Color

.myBgColor { background-color: #010446; }

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

This div background color is #010446.


Border color

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

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

This div border color is #010446.


Opacity

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

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

Text with #010446 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 #010446;}

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

This text has shadow with #010446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010446 on black background.


Color preview on white background

This text has color #010446 on white background.



Black color preview on #010446 background

This text has black color on #010446 background.


White color preview on #010446 background

This text has white color on #010446 background.