COLOR #467BBB

HEX: #467BBB RGB: (70,123,187)

Color info

#467BBB contains mainly blue color. Web safe color of #467BBB is #3366CC (or #36C).

RGB color model

#467BBB color RGB value is (70,123,187).

RGB: (70,123,187) (27%, 48%, 73%)

RGB channels and saturation

R 70 of 255 = 27%
G 123 of 255 = 48%
B 187 of 255 = 73%

70
123
187

R + G + B ~ 49%. #467BBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 123 + 187 = 380 (100%)
R 70 of 380 ~ 18.42%
G 123 of 380 ~ 32.37%
B 187 of 380 ~ 49.21'%

%18.42
%32.37
%49.21

CMYK color model

#467BBB color CMYK value is (63,34,0,27).

  • cyan value is 62.57%
  • magenta value is 34.22%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (63,34,0,27)
C63M34Y0K27 (63%, 34%, 0%, 27%)
(0.63 / 0.34 / 0.00 / 0.27)

CMYK percentages

%62.57
%34.22
%0
%26.67

Codes

Color #467BBB in popluar color models

46 7B BB
RGB 70 123 187
HSL 213° 46.25% 50.39%
HSB/HSV 213° 62.57% 73.33%
CMYK 62.57% 34.22% 0.00%
26.67%

Color #467BBB in popluar number systems.

HEX 46 7B BB
Decimal 70 123 187
Binary 1000110 1111011 10111011
Octal 106 173 273

Shades and tints

Shades of #467BBB

#467BBB
(70,123,187)
#4070AA
(64,112,170)
#3A6599
(58,101,153)
#345A88
(52,90,136)
#2E4F77
(46,79,119)
#284466
(40,68,102)
#223955
(34,57,85)
#1C2E44
(28,46,68)
#162333
(22,35,51)
#101822
(16,24,34)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #467BBB

#467BBB
(70,123,187)
#5687C1
(86,135,193)
#6693C7
(102,147,199)
#769FCD
(118,159,205)
#86ABD3
(134,171,211)
#96B7D9
(150,183,217)
#A6C3DF
(166,195,223)
#B6CFE5
(182,207,229)
#C6DBEB
(198,219,235)
#D6E7F1
(214,231,241)
#E6F3F7
(230,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467BBB color. Also use rgb(70,123,187) instead hex code.

Text Font Color

.myTextColor { color: #467BBB; }

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

This text font color is #467BBB.

Background Color

.myBgColor { background-color: #467BBB; }

<div style="background-color:#467BBB">Inner text</div>

This div background color is #467BBB.

Border color

.myBorderColor { border: 1px solid #467BBB; }

<div style="border:3px solid #467BBB">Div</div>

This div border color is #467BBB.

Opacity

.myOpacity80 { color: #467BBB; opacity: 0.8; }

<p style="color:#467BBB;opacity:0.8;">80%</p>

Text with #467BBB 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 #467BBB;}

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

This text has shadow with #467BBB color.


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

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

This text has shadow with #467BBB primary color and red secondary color.


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

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

This text has shadow with #467BBB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #467BBB.

Preview

Color preview on black background

This text has color #467BBB on black background.


Color preview on white background

This text has color #467BBB on white background.


Black color preview on #467BBB background

This text has black color on #467BBB background.


White color preview on #467BBB background

This text has white color on #467BBB background.


Related colors

Complementary color

Complementary color for #hex is #B98444.


I love getcolorcode.com

Triadic colors

1 #BB467B and #7BBB46 with #467BBB are triadic colors.

2 #BB7B46 and #7B46BB with #467BBB are triadic colors.