COLOR #4B3F6C

HEX: #4B3F6C RGB: (75,63,108)

Color info

#4B3F6C contains red, green and blue colors in about the same proportion. Web safe color of #4B3F6C is #333366 (or #336).

RGB color model

#4B3F6C color RGB value is (75,63,108).

RGB: (75,63,108) (29%, 25%, 42%)

RGB channels and saturation

R 75 of 255 = 29%
G 63 of 255 = 25%
B 108 of 255 = 42%

75
63
108

R + G + B ~ 32%. #4B3F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 63 + 108 = 246 (100%)
R 75 of 246 ~ 30.49%
G 63 of 246 ~ 25.61%
B 108 of 246 ~ 43.9'%

%30.49
%25.61
%43.9

CMYK color model

#4B3F6C color CMYK value is (31,42,0,58).

  • cyan value is 30.56%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (31,42,0,58)
C31M42Y0K58 (31%, 42%, 0%, 58%)
(0.31 / 0.42 / 0.00 / 0.58)

CMYK percentages

%30.56
%41.67
%0
%57.65

Codes

Color #4B3F6C in popluar color models

4B 3F 6C
RGB 75 63 108
HSL 256° 26.32% 33.53%
HSB/HSV 256° 41.67% 42.35%
CMYK 30.56% 41.67% 0.00%
57.65%

Color #4B3F6C in popluar number systems.

HEX 4B 3F 6C
Decimal 75 63 108
Binary 1001011 111111 1101100
Octal 113 77 154

Shades and tints

Shades of #4B3F6C

#4B3F6C
(75,63,108)
#453A63
(69,58,99)
#3F355A
(63,53,90)
#393051
(57,48,81)
#332B48
(51,43,72)
#2D263F
(45,38,63)
#272136
(39,33,54)
#211C2D
(33,28,45)
#1B1724
(27,23,36)
#15121B
(21,18,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #4B3F6C

#4B3F6C
(75,63,108)
#5B5079
(91,80,121)
#6B6186
(107,97,134)
#7B7293
(123,114,147)
#8B83A0
(139,131,160)
#9B94AD
(155,148,173)
#ABA5BA
(171,165,186)
#BBB6C7
(187,182,199)
#CBC7D4
(203,199,212)
#DBD8E1
(219,216,225)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3F6C color. Also use rgb(75,63,108) instead hex code.

Text Font Color

.myTextColor { color: #4B3F6C; }

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

This text font color is #4B3F6C.

Background Color

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

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

This div background color is #4B3F6C.

Border color

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

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

This div border color is #4B3F6C.

Opacity

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

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

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

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

This text has shadow with #4B3F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3F6C.

Preview

Color preview on black background

This text has color #4B3F6C on black background.


Color preview on white background

This text has color #4B3F6C on white background.


Black color preview on #4B3F6C background

This text has black color on #4B3F6C background.


White color preview on #4B3F6C background

This text has white color on #4B3F6C background.


Related colors

Complementary color

Complementary color for #hex is #B4C093.


I love getcolorcode.com

Triadic colors

1 #6C4B3F and #3F6C4B with #4B3F6C are triadic colors.

2 #6C3F4B and #3F4B6C with #4B3F6C are triadic colors.