COLOR #4B6294

HEX: #4B6294 RGB: (75,98,148)

Color info

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

RGB color model

#4B6294 color RGB value is (75,98,148).

RGB: (75,98,148) (29%, 38%, 58%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 148 of 255 = 58%

75
98
148

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

Portions of RGB colors in percentages

R + G + B = 75 + 98 + 148 = 321 (100%)
R 75 of 321 ~ 23.36%
G 98 of 321 ~ 30.53%
B 148 of 321 ~ 46.11'%

%23.36
%30.53
%46.11

CMYK color model

#4B6294 color CMYK value is (49,34,0,42).

  • cyan value is 49.32%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (49,34,0,42) C49M34Y0K42 (49%,34%,0%,42%) (0.49/0.34/0.00/0.42) 

CMYK percentages

%49.32
%33.78
%0
%41.96

Codes

Color #4B6294 in popluar color models

4B 62 94
RGB 75 98 148
HSL 221° 32.74% 43.73%
HSB/HSV 221° 49.32% 58.04%
CMYK 49.32% 33.78% 0.00%
41.96%

Color #4B6294 in popluar number systems.

HEX 4B 62 94
Decimal 75 98 148
Binary 1001011 1100010 10010100
Octal 113 142 224

Shades and tints

Shades of #4B6294

#4B6294
(75,98,148)
#455A87
(69,90,135)
#3F527A
(63,82,122)
#394A6D
(57,74,109)
#334260
(51,66,96)
#2D3A53
(45,58,83)
#273246
(39,50,70)
#212A39
(33,42,57)
#1B222C
(27,34,44)
#151A1F
(21,26,31)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #4B6294

#4B6294
(75,98,148)
#5B709D
(91,112,157)
#6B7EA6
(107,126,166)
#7B8CAF
(123,140,175)
#8B9AB8
(139,154,184)
#9BA8C1
(155,168,193)
#ABB6CA
(171,182,202)
#BBC4D3
(187,196,211)
#CBD2DC
(203,210,220)
#DBE0E5
(219,224,229)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6294 color. Also use rgb(75,98,148) instead hex code.

Text Font Color

.myTextColor { color: #4B6294; }

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

This text font color is #4B6294.

Background Color

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

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

This div background color is #4B6294.

Border color

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

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

This div border color is #4B6294.

Opacity

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

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

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

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

This text has shadow with #4B6294 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6294.

Preview

Color preview on black background

This text has color #4B6294 on black background.


Color preview on white background

This text has color #4B6294 on white background.


Black color preview on #4B6294 background

This text has black color on #4B6294 background.


White color preview on #4B6294 background

This text has white color on #4B6294 background.


Related colors

Complementary color

Complementary color for #hex is #B49D6B.


I love getcolorcode.com

Triadic colors

1 #944B62 and #62944B with #4B6294 are triadic colors.

2 #94624B and #624B94 with #4B6294 are triadic colors.