COLOR #4580C6

HEX: #4580C6 RGB: (69,128,198)

Color info

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

RGB color model

#4580C6 color RGB value is (69,128,198).

RGB: (69,128,198) (27%, 50%, 78%)

RGB channels and saturation

R 69 of 255 = 27%
G 128 of 255 = 50%
B 198 of 255 = 78%

69
128
198

R + G + B ~ 52%. #4580C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 69 + 128 + 198 = 395 (100%)
R 69 of 395 ~ 17.47%
G 128 of 395 ~ 32.41%
B 198 of 395 ~ 50.13'%

%17.47
%32.41
%50.13

CMYK color model

#4580C6 color CMYK value is (65,35,0,22).

  • cyan value is 65.15%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (65,35,0,22) C65M35Y0K22 (65%,35%,0%,22%) (0.65/0.35/0.00/0.22) 

CMYK percentages

%65.15
%35.35
%0
%22.35

Codes

Color #4580C6 in popluar color models

45 80 C6
RGB 69 128 198
HSL 213° 53.09% 52.35%
HSB/HSV 213° 65.15% 77.65%
CMYK 65.15% 35.35% 0.00%
22.35%

Color #4580C6 in popluar number systems.

HEX 45 80 C6
Decimal 69 128 198
Binary 1000101 10000000 11000110
Octal 105 200 306

Shades and tints

Shades of #4580C6

#4580C6
(69,128,198)
#3F75B4
(63,117,180)
#396AA2
(57,106,162)
#335F90
(51,95,144)
#2D547E
(45,84,126)
#27496C
(39,73,108)
#213E5A
(33,62,90)
#1B3348
(27,51,72)
#152836
(21,40,54)
#0F1D24
(15,29,36)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #4580C6

#4580C6
(69,128,198)
#558BCB
(85,139,203)
#6596D0
(101,150,208)
#75A1D5
(117,161,213)
#85ACDA
(133,172,218)
#95B7DF
(149,183,223)
#A5C2E4
(165,194,228)
#B5CDE9
(181,205,233)
#C5D8EE
(197,216,238)
#D5E3F3
(213,227,243)
#E5EEF8
(229,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4580C6 color. Also use rgb(69,128,198) instead hex code.

Text Font Color

.myTextColor { color: #4580C6; }

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

This text font color is #4580C6.

Background Color

.myBgColor { background-color: #4580C6; }

<div style="background-color:#4580C6">Inner text</div>

This div background color is #4580C6.

Border color

.myBorderColor { border: 1px solid #4580C6; }

<div style="border:3px solid #4580C6">Div</div>

This div border color is #4580C6.

Opacity

.myOpacity80 { color: #4580C6; opacity: 0.8; }

<p style="color:#4580C6;opacity:0.8;">80%</p>

Text with #4580C6 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 #4580C6;}

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

This text has shadow with #4580C6 color.


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

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

This text has shadow with #4580C6 primary color and red secondary color.


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

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

This text has shadow with #4580C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4580C6.

Preview

Color preview on black background

This text has color #4580C6 on black background.


Color preview on white background

This text has color #4580C6 on white background.


Black color preview on #4580C6 background

This text has black color on #4580C6 background.


White color preview on #4580C6 background

This text has white color on #4580C6 background.


Related colors

Complementary color

Complementary color for #hex is #BA7F39.


I love getcolorcode.com

Triadic colors

1 #C64580 and #80C645 with #4580C6 are triadic colors.

2 #C68045 and #8045C6 with #4580C6 are triadic colors.