COLOR #4B4068

HEX: #4B4068
RGB: (75,64,104)

Color info

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

RGB color model

#4B4068 color RGB value is (75,64,104).

  • red value is 75;
  • green value is 64;
  • blue value is 104.
RGB:
(75,64,104)
(29%,25%,41%)

RGB channels and saturation

R 75 of 255 = 29%
G 64 of 255 = 25%
B 104 of 255 = 41%

75
64
104

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

Portions of RGB colors in percentages

R + G + B =
75 + 64 + 104 = 243 (100%)
R 75 of 243 ~ 30.86%
G 64 of 243 ~ 26.34%
B 104 of 243 ~ 42.8%

%30.86
%26.34
%42.8

CMYK color model

#4B4068 color CMYK value is (28,38,0,59).

  • cyan value is 27.88%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(28,38,0,59)
C28M38Y0K59 
(28%,38%,0%,59%)
(0.28/0.38/0.00/0.59)	

CMYK percentages

%27.88
%38.46
%0
%59.22

Codes

Color #4B4068 in popluar color models

4B4068
RGB7564104
HSL257°23.81%32.94%
HSB/HSV257°38.46%40.78%
CMYK27.88%38.46%0.00%
59.22%

Color #4B4068 in popluar number systems.

HEX4B4068
Decimal7564104
Binary100101110000001101000
Octal113100150

Shades and tints

Shades of #4B4068

#4B4068
(75,64,104)
#453B5F
(69,59,95)
#3F3656
(63,54,86)
#39314D
(57,49,77)
#332C44
(51,44,68)
#2D273B
(45,39,59)
#272232
(39,34,50)
#211D29
(33,29,41)
#1B1820
(27,24,32)
#151317
(21,19,23)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #4B4068

#4B4068
(75,64,104)
#5B5175
(91,81,117)
#6B6282
(107,98,130)
#7B738F
(123,115,143)
#8B849C
(139,132,156)
#9B95A9
(155,149,169)
#ABA6B6
(171,166,182)
#BBB7C3
(187,183,195)
#CBC8D0
(203,200,208)
#DBD9DD
(219,217,221)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4068 color. Also use rgb(75,64,104) instead hex code.

Text Font Color

.myTextColor { color: #4B4068; }

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

This text font color is #4B4068.


Background Color

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

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

This div background color is #4B4068.


Border color

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

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

This div border color is #4B4068.


Opacity

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

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

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

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

This text has shadow with #4B4068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4068 on black background.


Color preview on white background

This text has color #4B4068 on white background.



Black color preview on #4B4068 background

This text has black color on #4B4068 background.


White color preview on #4B4068 background

This text has white color on #4B4068 background.