COLOR #070478

HEX: #070478
RGB: (7,4,120)

Color info

#070478 contains mainly blue color. Web safe color of #070478 is #000066 (or #006).

RGB color model

#070478 color RGB value is (7,4,120).

  • red value is 7;
  • green value is 4;
  • blue value is 120.
RGB:
(7,4,120)
(3%,2%,47%)

RGB channels and saturation

R 7 of 255 = 3%
G 4 of 255 = 2%
B 120 of 255 = 47%

7
4
120

R + G + B ~ 17%. #070478 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 4 + 120 = 131 (100%)
R 7 of 131 ~ 5.34%
G 4 of 131 ~ 3.05%
B 120 of 131 ~ 91.6%

%91.6

CMYK color model

#070478 color CMYK value is (94,97,0,53).

  • cyan value is 94.17%
  • magenta value is 96.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(94,97,0,53)
C94M97Y0K53 
(94%,97%,0%,53%)
(0.94/0.97/0.00/0.53)	

CMYK percentages

%94.17
%96.67
%0
%52.94

Codes

Color #070478 in popluar color models

070478
RGB74120
HSL242°93.55%24.31%
HSB/HSV242°96.67%47.06%
CMYK94.17%96.67%0.00%
52.94%

Color #070478 in popluar number systems.

HEX070478
Decimal74120
Binary1111001111000
Octal74170

Shades and tints

Shades of #070478

#070478
(7,4,120)
#07046E
(7,4,110)
#070464
(7,4,100)
#07045A
(7,4,90)
#070450
(7,4,80)
#070446
(7,4,70)
#07043C
(7,4,60)
#070432
(7,4,50)
#070428
(7,4,40)
#07041E
(7,4,30)
#070414
(7,4,20)
#000000
(0,0,0)

Tints of #070478

#070478
(7,4,120)
#1D1A84
(29,26,132)
#333090
(51,48,144)
#49469C
(73,70,156)
#5F5CA8
(95,92,168)
#7572B4
(117,114,180)
#8B88C0
(139,136,192)
#A19ECC
(161,158,204)
#B7B4D8
(183,180,216)
#CDCAE4
(205,202,228)
#E3E0F0
(227,224,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070478 color. Also use rgb(7,4,120) instead hex code.

Text Font Color

.myTextColor { color: #070478; }

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

This text font color is #070478.


Background Color

.myBgColor { background-color: #070478; }

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

This div background color is #070478.


Border color

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

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

This div border color is #070478.


Opacity

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

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

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

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

This text has shadow with #070478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070478 on black background.


Color preview on white background

This text has color #070478 on white background.



Black color preview on #070478 background

This text has black color on #070478 background.


White color preview on #070478 background

This text has white color on #070478 background.