COLOR #074486

HEX: #074486 RGB: (7,68,134)

Color info

#074486 contains mainly blue color. Web safe color of #074486 is #003399 (or #039).

RGB color model

#074486 color RGB value is (7,68,134).

RGB: (7,68,134) (3%, 27%, 53%)

RGB channels and saturation

R 7 of 255 = 3%
G 68 of 255 = 27%
B 134 of 255 = 53%

7
68
134

R + G + B ~ 28%. #074486 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 68 + 134 = 209 (100%)
R 7 of 209 ~ 3.35%
G 68 of 209 ~ 32.54%
B 134 of 209 ~ 64.11'%

%32.54
%64.11

CMYK color model

#074486 color CMYK value is (95,49,0,47).

  • cyan value is 94.78%
  • magenta value is 49.25%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (95,49,0,47)
C95M49Y0K47 (95%, 49%, 0%, 47%)
(0.95 / 0.49 / 0.00 / 0.47)

CMYK percentages

%94.78
%49.25
%0
%47.45

Codes

Color #074486 in popluar color models

07 44 86
RGB 7 68 134
HSL 211° 90.07% 27.65%
HSB/HSV 211° 94.78% 52.55%
CMYK 94.78% 49.25% 0.00%
47.45%

Color #074486 in popluar number systems.

HEX 07 44 86
Decimal 7 68 134
Binary 111 1000100 10000110
Octal 7 104 206

Shades and tints

Shades of #074486

#074486
(7,68,134)
#073E7A
(7,62,122)
#07386E
(7,56,110)
#073262
(7,50,98)
#072C56
(7,44,86)
#07264A
(7,38,74)
#07203E
(7,32,62)
#071A32
(7,26,50)
#071426
(7,20,38)
#070E1A
(7,14,26)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #074486

#074486
(7,68,134)
#1D5591
(29,85,145)
#33669C
(51,102,156)
#4977A7
(73,119,167)
#5F88B2
(95,136,178)
#7599BD
(117,153,189)
#8BAAC8
(139,170,200)
#A1BBD3
(161,187,211)
#B7CCDE
(183,204,222)
#CDDDE9
(205,221,233)
#E3EEF4
(227,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074486 color. Also use rgb(7,68,134) instead hex code.

Text Font Color

.myTextColor { color: #074486; }

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

This text font color is #074486.

Background Color

.myBgColor { background-color: #074486; }

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

This div background color is #074486.

Border color

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

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

This div border color is #074486.

Opacity

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

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

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

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

This text has shadow with #074486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #074486.

Preview

Color preview on black background

This text has color #074486 on black background.


Color preview on white background

This text has color #074486 on white background.


Black color preview on #074486 background

This text has black color on #074486 background.


White color preview on #074486 background

This text has white color on #074486 background.


Related colors

Complementary color

Complementary color for #hex is #F8BB79.


I love getcolorcode.com

Triadic colors

1 #860744 and #448607 with #074486 are triadic colors.

2 #864407 and #440786 with #074486 are triadic colors.