COLOR #4492AF

HEX: #4492AF
RGB: (68,146,175)

Color info

#4492AF contains mainly green and blue colors. Web safe color of #4492AF is #339999 (or #399).

RGB color model

#4492AF color RGB value is (68,146,175).

  • red value is 68;
  • green value is 146;
  • blue value is 175.
RGB:
(68,146,175)
(27%,57%,69%)

RGB channels and saturation

R 68 of 255 = 27%
G 146 of 255 = 57%
B 175 of 255 = 69%

68
146
175

R + G + B ~ 51%. #4492AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 146 + 175 = 389 (100%)
R 68 of 389 ~ 17.48%
G 146 of 389 ~ 37.53%
B 175 of 389 ~ 44.99%

%17.48
%37.53
%44.99

CMYK color model

#4492AF color CMYK value is (61,17,0,31).

  • cyan value is 61.14%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(61,17,0,31)
C61M17Y0K31 
(61%,17%,0%,31%)
(0.61/0.17/0.00/0.31)	

CMYK percentages

%61.14
%16.57
%0
%31.37

Codes

Color #4492AF in popluar color models

4492AF
RGB68146175
HSL196°44.03%47.65%
HSB/HSV196°61.14%68.63%
CMYK61.14%16.57%0.00%
31.37%

Color #4492AF in popluar number systems.

HEX4492AF
Decimal68146175
Binary10001001001001010101111
Octal104222257

Shades and tints

Shades of #4492AF

#4492AF
(68,146,175)
#3E85A0
(62,133,160)
#387891
(56,120,145)
#326B82
(50,107,130)
#2C5E73
(44,94,115)
#265164
(38,81,100)
#204455
(32,68,85)
#1A3746
(26,55,70)
#142A37
(20,42,55)
#0E1D28
(14,29,40)
#081019
(8,16,25)
#000000
(0,0,0)

Tints of #4492AF

#4492AF
(68,146,175)
#559BB6
(85,155,182)
#66A4BD
(102,164,189)
#77ADC4
(119,173,196)
#88B6CB
(136,182,203)
#99BFD2
(153,191,210)
#AAC8D9
(170,200,217)
#BBD1E0
(187,209,224)
#CCDAE7
(204,218,231)
#DDE3EE
(221,227,238)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4492AF color. Also use rgb(68,146,175) instead hex code.

Text Font Color

.myTextColor { color: #4492AF; }

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

This text font color is #4492AF.


Background Color

.myBgColor { background-color: #4492AF; }

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

This div background color is #4492AF.


Border color

.myBorderColor { border: 1px solid #4492AF; }

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

This div border color is #4492AF.


Opacity

.myOpacity80 { color: #4492AF; opacity: 0.8; }

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

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

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

This text has shadow with #4492AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4492AF on black background.


Color preview on white background

This text has color #4492AF on white background.



Black color preview on #4492AF background

This text has black color on #4492AF background.


White color preview on #4492AF background

This text has white color on #4492AF background.