COLOR #427092

HEX: #427092
RGB: (66,112,146)

Color info

#427092 contains mainly green and blue colors. Web safe color of #427092 is #336699 (or #369).

RGB color model

#427092 color RGB value is (66,112,146).

  • red value is 66;
  • green value is 112;
  • blue value is 146.
RGB:
(66,112,146)
(26%,44%,57%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 146 of 255 = 57%

66
112
146

R + G + B ~ 42%. #427092 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 146 = 324 (100%)
R 66 of 324 ~ 20.37%
G 112 of 324 ~ 34.57%
B 146 of 324 ~ 45.06%

%20.37
%34.57
%45.06

CMYK color model

#427092 color CMYK value is (55,23,0,43).

  • cyan value is 54.79%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(55,23,0,43)
C55M23Y0K43 
(55%,23%,0%,43%)
(0.55/0.23/0.00/0.43)	

CMYK percentages

%54.79
%23.29
%0
%42.75

Codes

Color #427092 in popluar color models

427092
RGB66112146
HSL206°37.74%41.57%
HSB/HSV206°54.79%57.25%
CMYK54.79%23.29%0.00%
42.75%

Color #427092 in popluar number systems.

HEX427092
Decimal66112146
Binary1000010111000010010010
Octal102160222

Shades and tints

Shades of #427092

#427092
(66,112,146)
#3C6685
(60,102,133)
#365C78
(54,92,120)
#30526B
(48,82,107)
#2A485E
(42,72,94)
#243E51
(36,62,81)
#1E3444
(30,52,68)
#182A37
(24,42,55)
#12202A
(18,32,42)
#0C161D
(12,22,29)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #427092

#427092
(66,112,146)
#537D9B
(83,125,155)
#648AA4
(100,138,164)
#7597AD
(117,151,173)
#86A4B6
(134,164,182)
#97B1BF
(151,177,191)
#A8BEC8
(168,190,200)
#B9CBD1
(185,203,209)
#CAD8DA
(202,216,218)
#DBE5E3
(219,229,227)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427092 color. Also use rgb(66,112,146) instead hex code.

Text Font Color

.myTextColor { color: #427092; }

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

This text font color is #427092.


Background Color

.myBgColor { background-color: #427092; }

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

This div background color is #427092.


Border color

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

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

This div border color is #427092.


Opacity

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

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

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

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

This text has shadow with #427092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427092 on black background.


Color preview on white background

This text has color #427092 on white background.



Black color preview on #427092 background

This text has black color on #427092 background.


White color preview on #427092 background

This text has white color on #427092 background.