COLOR #483D63

HEX: #483D63 RGB: (72,61,99)

Color info

#483D63 contains red, green and blue colors in about the same proportion. Web safe color of #483D63 is #333366 (or #336).

RGB color model

#483D63 color RGB value is (72,61,99).

RGB: (72,61,99) (28%, 24%, 39%)

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 99 of 255 = 39%

72
61
99

R + G + B ~ 30%. #483D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 61 + 99 = 232 (100%)
R 72 of 232 ~ 31.03%
G 61 of 232 ~ 26.29%
B 99 of 232 ~ 42.67'%

%31.03
%26.29
%42.67

CMYK color model

#483D63 color CMYK value is (27,38,0,61).

  • cyan value is 27.27%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (27,38,0,61) C27M38Y0K61 (27%,38%,0%,61%) (0.27/0.38/0.00/0.61) 

CMYK percentages

%27.27
%38.38
%0
%61.18

Codes

Color #483D63 in popluar color models

48 3D 63
RGB 72 61 99
HSL 257° 23.75% 31.37%
HSB/HSV 257° 38.38% 38.82%
CMYK 27.27% 38.38% 0.00%
61.18%

Color #483D63 in popluar number systems.

HEX 48 3D 63
Decimal 72 61 99
Binary 1001000 111101 1100011
Octal 110 75 143

Shades and tints

Shades of #483D63

#483D63
(72,61,99)
#42385A
(66,56,90)
#3C3351
(60,51,81)
#362E48
(54,46,72)
#30293F
(48,41,63)
#2A2436
(42,36,54)
#241F2D
(36,31,45)
#1E1A24
(30,26,36)
#18151B
(24,21,27)
#121012
(18,16,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #483D63

#483D63
(72,61,99)
#584E71
(88,78,113)
#685F7F
(104,95,127)
#78708D
(120,112,141)
#88819B
(136,129,155)
#9892A9
(152,146,169)
#A8A3B7
(168,163,183)
#B8B4C5
(184,180,197)
#C8C5D3
(200,197,211)
#D8D6E1
(216,214,225)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483D63 color. Also use rgb(72,61,99) instead hex code.

Text Font Color

.myTextColor { color: #483D63; }

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

This text font color is #483D63.

Background Color

.myBgColor { background-color: #483D63; }

<div style="background-color:#483D63">Inner text</div>

This div background color is #483D63.

Border color

.myBorderColor { border: 1px solid #483D63; }

<div style="border:3px solid #483D63">Div</div>

This div border color is #483D63.

Opacity

.myOpacity80 { color: #483D63; opacity: 0.8; }

<p style="color:#483D63;opacity:0.8;">80%</p>

Text with #483D63 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 #483D63;}

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

This text has shadow with #483D63 color.


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

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

This text has shadow with #483D63 primary color and red secondary color.


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

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

This text has shadow with #483D63 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #483D63.

Preview

Color preview on black background

This text has color #483D63 on black background.


Color preview on white background

This text has color #483D63 on white background.


Black color preview on #483D63 background

This text has black color on #483D63 background.


White color preview on #483D63 background

This text has white color on #483D63 background.


Related colors

Complementary color

Complementary color for #hex is #B7C29C.


I love getcolorcode.com

Triadic colors

1 #63483D and #3D6348 with #483D63 are triadic colors.

2 #633D48 and #3D4863 with #483D63 are triadic colors.