COLOR #4B6270

HEX: #4B6270
RGB: (75,98,112)

Color info

#4B6270 contains red, green and blue colors in about the same proportion. Web safe color of #4B6270 is #336666 (or #366).

RGB color model

#4B6270 color RGB value is (75,98,112).

  • red value is 75;
  • green value is 98;
  • blue value is 112.
RGB:
(75,98,112)
(29%,38%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 112 of 255 = 44%

75
98
112

R + G + B ~ 37%. #4B6270 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 98 + 112 = 285 (100%)
R 75 of 285 ~ 26.32%
G 98 of 285 ~ 34.39%
B 112 of 285 ~ 39.3%

%26.32
%34.39
%39.3

CMYK color model

#4B6270 color CMYK value is (33,13,0,56).

  • cyan value is 33.04%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(33,13,0,56)
C33M13Y0K56 
(33%,13%,0%,56%)
(0.33/0.13/0.00/0.56)	

CMYK percentages

%33.04
%12.5
%0
%56.08

Codes

Color #4B6270 in popluar color models

4B6270
RGB7598112
HSL203°19.79%36.67%
HSB/HSV203°33.04%43.92%
CMYK33.04%12.50%0.00%
56.08%

Color #4B6270 in popluar number systems.

HEX4B6270
Decimal7598112
Binary100101111000101110000
Octal113142160

Shades and tints

Shades of #4B6270

#4B6270
(75,98,112)
#455A66
(69,90,102)
#3F525C
(63,82,92)
#394A52
(57,74,82)
#334248
(51,66,72)
#2D3A3E
(45,58,62)
#273234
(39,50,52)
#212A2A
(33,42,42)
#1B2220
(27,34,32)
#151A16
(21,26,22)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #4B6270

#4B6270
(75,98,112)
#5B707D
(91,112,125)
#6B7E8A
(107,126,138)
#7B8C97
(123,140,151)
#8B9AA4
(139,154,164)
#9BA8B1
(155,168,177)
#ABB6BE
(171,182,190)
#BBC4CB
(187,196,203)
#CBD2D8
(203,210,216)
#DBE0E5
(219,224,229)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6270; }

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

This text font color is #4B6270.


Background Color

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

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

This div background color is #4B6270.


Border color

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

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

This div border color is #4B6270.


Opacity

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

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

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

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

This text has shadow with #4B6270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6270 on black background.


Color preview on white background

This text has color #4B6270 on white background.



Black color preview on #4B6270 background

This text has black color on #4B6270 background.


White color preview on #4B6270 background

This text has white color on #4B6270 background.