COLOR #462FB8

HEX: #462FB8 RGB: (70,47,184)

Color info

#462FB8 contains mainly blue color. Web safe color of #462FB8 is #3333CC (or #33C).

RGB color model

#462FB8 color RGB value is (70,47,184).

RGB: (70,47,184) (27%, 18%, 72%)

RGB channels and saturation

R 70 of 255 = 27%
G 47 of 255 = 18%
B 184 of 255 = 72%

70
47
184

R + G + B ~ 39%. #462FB8 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 47 + 184 = 301 (100%)
R 70 of 301 ~ 23.26%
G 47 of 301 ~ 15.61%
B 184 of 301 ~ 61.13'%

%23.26
%15.61
%61.13

CMYK color model

#462FB8 color CMYK value is (62,74,0,28).

  • cyan value is 61.96%
  • magenta value is 74.46%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (62,74,0,28)
C62M74Y0K28 (62%, 74%, 0%, 28%)
(0.62 / 0.74 / 0.00 / 0.28)

CMYK percentages

%61.96
%74.46
%0
%27.84

Codes

Color #462FB8 in popluar color models

46 2F B8
RGB 70 47 184
HSL 250° 59.31% 45.29%
HSB/HSV 250° 74.46% 72.16%
CMYK 61.96% 74.46% 0.00%
27.84%

Color #462FB8 in popluar number systems.

HEX 46 2F B8
Decimal 70 47 184
Binary 1000110 101111 10111000
Octal 106 57 270

Shades and tints

Shades of #462FB8

#462FB8
(70,47,184)
#402BA8
(64,43,168)
#3A2798
(58,39,152)
#342388
(52,35,136)
#2E1F78
(46,31,120)
#281B68
(40,27,104)
#221758
(34,23,88)
#1C1348
(28,19,72)
#160F38
(22,15,56)
#100B28
(16,11,40)
#0A0718
(10,7,24)
#000000
(0,0,0)

Tints of #462FB8

#462FB8
(70,47,184)
#5641BE
(86,65,190)
#6653C4
(102,83,196)
#7665CA
(118,101,202)
#8677D0
(134,119,208)
#9689D6
(150,137,214)
#A69BDC
(166,155,220)
#B6ADE2
(182,173,226)
#C6BFE8
(198,191,232)
#D6D1EE
(214,209,238)
#E6E3F4
(230,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462FB8 color. Also use rgb(70,47,184) instead hex code.

Text Font Color

.myTextColor { color: #462FB8; }

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

This text font color is #462FB8.

Background Color

.myBgColor { background-color: #462FB8; }

<div style="background-color:#462FB8">Inner text</div>

This div background color is #462FB8.

Border color

.myBorderColor { border: 1px solid #462FB8; }

<div style="border:3px solid #462FB8">Div</div>

This div border color is #462FB8.

Opacity

.myOpacity80 { color: #462FB8; opacity: 0.8; }

<p style="color:#462FB8;opacity:0.8;">80%</p>

Text with #462FB8 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 #462FB8;}

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

This text has shadow with #462FB8 color.


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

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

This text has shadow with #462FB8 primary color and red secondary color.


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

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

This text has shadow with #462FB8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #462FB8.

Preview

Color preview on black background

This text has color #462FB8 on black background.


Color preview on white background

This text has color #462FB8 on white background.


Black color preview on #462FB8 background

This text has black color on #462FB8 background.


White color preview on #462FB8 background

This text has white color on #462FB8 background.


Related colors

Complementary color

Complementary color for #hex is #B9D047.


I love getcolorcode.com

Triadic colors

1 #B8462F and #2FB846 with #462FB8 are triadic colors.

2 #B82F46 and #2F46B8 with #462FB8 are triadic colors.