COLOR #4F93CD

HEX: #4F93CD RGB: (79,147,205)

Color info

#4F93CD contains mainly green and blue colors. Web safe color of #4F93CD is #6699CC (or #69C).

RGB color model

#4F93CD color RGB value is (79,147,205).

RGB: (79,147,205) (31%, 58%, 80%)

RGB channels and saturation

R 79 of 255 = 31%
G 147 of 255 = 58%
B 205 of 255 = 80%

79
147
205

R + G + B ~ 56%. #4F93CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 79 + 147 + 205 = 431 (100%)
R 79 of 431 ~ 18.33%
G 147 of 431 ~ 34.11%
B 205 of 431 ~ 47.56'%

%18.33
%34.11
%47.56

CMYK color model

#4F93CD color CMYK value is (61,28,0,20).

  • cyan value is 61.46%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (61,28,0,20)
C61M28Y0K20 (61%, 28%, 0%, 20%)
(0.61 / 0.28 / 0.00 / 0.20)

CMYK percentages

%61.46
%28.29
%0
%19.61

Codes

Color #4F93CD in popluar color models

4F 93 CD
RGB 79 147 205
HSL 208° 55.75% 55.69%
HSB/HSV 208° 61.46% 80.39%
CMYK 61.46% 28.29% 0.00%
19.61%

Color #4F93CD in popluar number systems.

HEX 4F 93 CD
Decimal 79 147 205
Binary 1001111 10010011 11001101
Octal 117 223 315

Shades and tints

Shades of #4F93CD

#4F93CD
(79,147,205)
#4886BB
(72,134,187)
#4179A9
(65,121,169)
#3A6C97
(58,108,151)
#335F85
(51,95,133)
#2C5273
(44,82,115)
#254561
(37,69,97)
#1E384F
(30,56,79)
#172B3D
(23,43,61)
#101E2B
(16,30,43)
#091119
(9,17,25)
#000000
(0,0,0)

Tints of #4F93CD

#4F93CD
(79,147,205)
#5F9CD1
(95,156,209)
#6FA5D5
(111,165,213)
#7FAED9
(127,174,217)
#8FB7DD
(143,183,221)
#9FC0E1
(159,192,225)
#AFC9E5
(175,201,229)
#BFD2E9
(191,210,233)
#CFDBED
(207,219,237)
#DFE4F1
(223,228,241)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F93CD color. Also use rgb(79,147,205) instead hex code.

Text Font Color

.myTextColor { color: #4F93CD; }

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

This text font color is #4F93CD.

Background Color

.myBgColor { background-color: #4F93CD; }

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

This div background color is #4F93CD.

Border color

.myBorderColor { border: 1px solid #4F93CD; }

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

This div border color is #4F93CD.

Opacity

.myOpacity80 { color: #4F93CD; opacity: 0.8; }

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

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

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

This text has shadow with #4F93CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F93CD.

Preview

Color preview on black background

This text has color #4F93CD on black background.


Color preview on white background

This text has color #4F93CD on white background.


Black color preview on #4F93CD background

This text has black color on #4F93CD background.


White color preview on #4F93CD background

This text has white color on #4F93CD background.


Related colors

Complementary color

Complementary color for #hex is #B06C32.


I love getcolorcode.com

Triadic colors

1 #CD4F93 and #93CD4F with #4F93CD are triadic colors.

2 #CD934F and #934FCD with #4F93CD are triadic colors.