COLOR #4A0287

HEX: #4A0287
RGB: (74,2,135)

Color info

#4A0287 contains mainly blue color. Web safe color of #4A0287 is #330099 (or #309).

RGB color model

#4A0287 color RGB value is (74,2,135).

  • red value is 74;
  • green value is 2;
  • blue value is 135.
RGB:
(74,2,135)
(29%,1%,53%)

RGB channels and saturation

R 74 of 255 = 29%
G 2 of 255 = 1%
B 135 of 255 = 53%

74
2
135

R + G + B ~ 28%. #4A0287 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 2 + 135 = 211 (100%)
R 74 of 211 ~ 35.07%
G 2 of 211 ~ 0.95%
B 135 of 211 ~ 63.98%

%35.07
%63.98

CMYK color model

#4A0287 color CMYK value is (45,99,0,47).

  • cyan value is 45.19%
  • magenta value is 98.52%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(45,99,0,47)
C45M99Y0K47 
(45%,99%,0%,47%)
(0.45/0.99/0.00/0.47)	

CMYK percentages

%45.19
%98.52
%0
%47.06

Codes

Color #4A0287 in popluar color models

4A0287
RGB742135
HSL272°97.08%26.86%
HSB/HSV272°98.52%52.94%
CMYK45.19%98.52%0.00%
47.06%

Color #4A0287 in popluar number systems.

HEX4A0287
Decimal742135
Binary10010101010000111
Octal1122207

Shades and tints

Shades of #4A0287

#4A0287
(74,2,135)
#44027B
(68,2,123)
#3E026F
(62,2,111)
#380263
(56,2,99)
#320257
(50,2,87)
#2C024B
(44,2,75)
#26023F
(38,2,63)
#200233
(32,2,51)
#1A0227
(26,2,39)
#14021B
(20,2,27)
#0E020F
(14,2,15)
#000000
(0,0,0)

Tints of #4A0287

#4A0287
(74,2,135)
#5A1991
(90,25,145)
#6A309B
(106,48,155)
#7A47A5
(122,71,165)
#8A5EAF
(138,94,175)
#9A75B9
(154,117,185)
#AA8CC3
(170,140,195)
#BAA3CD
(186,163,205)
#CABAD7
(202,186,215)
#DAD1E1
(218,209,225)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A0287 color. Also use rgb(74,2,135) instead hex code.

Text Font Color

.myTextColor { color: #4A0287; }

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

This text font color is #4A0287.


Background Color

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

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

This div background color is #4A0287.


Border color

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

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

This div border color is #4A0287.


Opacity

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

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

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

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

This text has shadow with #4A0287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0287 on black background.


Color preview on white background

This text has color #4A0287 on white background.



Black color preview on #4A0287 background

This text has black color on #4A0287 background.


White color preview on #4A0287 background

This text has white color on #4A0287 background.