COLOR #274479

HEX: #274479
RGB: (39,68,121)

Color info

#274479 contains mainly green and blue colors. Web safe color of #274479 is #333366 (or #336).

RGB color model

#274479 color RGB value is (39,68,121).

  • red value is 39;
  • green value is 68;
  • blue value is 121.
RGB:
(39,68,121)
(15%,27%,47%)

RGB channels and saturation

R 39 of 255 = 15%
G 68 of 255 = 27%
B 121 of 255 = 47%

39
68
121

R + G + B ~ 30%. #274479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 68 + 121 = 228 (100%)
R 39 of 228 ~ 17.11%
G 68 of 228 ~ 29.82%
B 121 of 228 ~ 53.07%

%17.11
%29.82
%53.07

CMYK color model

#274479 color CMYK value is (68,44,0,53).

  • cyan value is 67.77%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(68,44,0,53)
C68M44Y0K53 
(68%,44%,0%,53%)
(0.68/0.44/0.00/0.53)	

CMYK percentages

%67.77
%43.8
%0
%52.55

Codes

Color #274479 in popluar color models

274479
RGB3968121
HSL219°51.25%31.37%
HSB/HSV219°67.77%47.45%
CMYK67.77%43.80%0.00%
52.55%

Color #274479 in popluar number systems.

HEX274479
Decimal3968121
Binary10011110001001111001
Octal47104171

Shades and tints

Shades of #274479

#274479
(39,68,121)
#243E6E
(36,62,110)
#213863
(33,56,99)
#1E3258
(30,50,88)
#1B2C4D
(27,44,77)
#182642
(24,38,66)
#152037
(21,32,55)
#121A2C
(18,26,44)
#0F1421
(15,20,33)
#0C0E16
(12,14,22)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #274479

#274479
(39,68,121)
#3A5585
(58,85,133)
#4D6691
(77,102,145)
#60779D
(96,119,157)
#7388A9
(115,136,169)
#8699B5
(134,153,181)
#99AAC1
(153,170,193)
#ACBBCD
(172,187,205)
#BFCCD9
(191,204,217)
#D2DDE5
(210,221,229)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274479 color. Also use rgb(39,68,121) instead hex code.

Text Font Color

.myTextColor { color: #274479; }

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

This text font color is #274479.


Background Color

.myBgColor { background-color: #274479; }

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

This div background color is #274479.


Border color

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

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

This div border color is #274479.


Opacity

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

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

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

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

This text has shadow with #274479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274479 on black background.


Color preview on white background

This text has color #274479 on white background.



Black color preview on #274479 background

This text has black color on #274479 background.


White color preview on #274479 background

This text has white color on #274479 background.