HEX: #474165
RGB: (71,65,101)
#474165 contains red, green and blue colors in about the same proportion. Web safe color of #474165 is #333366 (or #336).
#474165 color RGB value is (71,65,101).
RGB: (71,65,101)
(28%, 25%, 40%)
R 71 of 255 = 28%
G 65 of 255 = 25%
B 101 of 255 = 40%
R + G + B ~ 31%. #474165 is quite dark color.
R + G + B = 71 + 65 + 101 = 237 (100%)
R 71 of 237 ~ 29.96%
G 65 of 237 ~ 27.43%
B 101 of 237 ~ 42.62'%
#474165 color CMYK value is (30,36,0,60).
CMYK: (30,36,0,60)
C30M36Y0K60 (30%, 36%, 0%, 60%)
(0.30 / 0.36 / 0.00 / 0.60)
Color #474165 in popluar color models
47 | 41 | 65 | |
---|---|---|---|
RGB | 71 | 65 | 101 |
HSL | 250° | 21.69% | 32.55% |
HSB/HSV | 250° | 35.64% | 39.61% |
CMYK | 29.70% | 35.64% | 0.00% |
60.39% |
Color #474165 in popluar number systems.
HEX | 47 | 41 | 65 |
Decimal | 71 | 65 | 101 |
Binary | 1000111 | 1000001 | 1100101 |
Octal | 107 | 101 | 145 |
Shades of #474165
Tints of #474165
Examples of css and html codes for elements with #474165 color. Also use rgb(71,65,101) instead hex code.
.myTextColor { color: #474165; }
<p style="color:#474165">This sample text font color is #474165.</p>
This text font color is #474165.
.myBgColor { background-color: #474165; }
<div style="background-color:#474165">Inner text</div>
This div background color is #474165.
.myBorderColor { border: 1px solid #474165; }
<div style="border:3px solid #474165">Div</div>
This div border color is #474165.
.myOpacity80 { color: #474165; opacity: 0.8; }
<p style="color:#474165;opacity:0.8;">80%</p>
Text with #474165 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474165;}
<p style="text-shadow: 3px 3px 1px #474165">Text here.</p>
This text has shadow with #474165 color.
.textShadow {text-shadow: 3px 3px 1px #474165', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474165, 5px 5px 20px red">Text here.</p>
This text has shadow with #474165 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474165, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474165, Direction=45, Strength=4)">Text</p>
This text has shadow with #474165 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474165;
-webkit-box-shadow: 1px 1px 3px 2px #474165;
box-shadow: 1px 1px 3px 2px #474165;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474165; -webkit-box-shadow: 1px 1px 3px 2px #474165; box-shadow:1px 1px 3px 2px #474165;">
Div content here
</div>
This text has color #474165 on black background.
This text has color #474165 on white background.
This text has black color on #474165 background.
This text has white color on #474165 background.
Complementary color for #hex is #B8BE9A.