COLOR #4B48C4

HEX: #4B48C4 RGB: (75,72,196)

Color info

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

RGB color model

#4B48C4 color RGB value is (75,72,196).

RGB: (75,72,196) (29%, 28%, 77%)

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 196 of 255 = 77%

75
72
196

R + G + B ~ 45%. #4B48C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 75 + 72 + 196 = 343 (100%)
R 75 of 343 ~ 21.87%
G 72 of 343 ~ 20.99%
B 196 of 343 ~ 57.14'%

%21.87
%20.99
%57.14

CMYK color model

#4B48C4 color CMYK value is (62,63,0,23).

  • cyan value is 61.73%
  • magenta value is 63.27%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (62,63,0,23)
C62M63Y0K23 (62%, 63%, 0%, 23%)
(0.62 / 0.63 / 0.00 / 0.23)

CMYK percentages

%61.73
%63.27
%0
%23.14

Codes

Color #4B48C4 in popluar color models

4B 48 C4
RGB 75 72 196
HSL 241° 51.24% 52.55%
HSB/HSV 241° 63.27% 76.86%
CMYK 61.73% 63.27% 0.00%
23.14%

Color #4B48C4 in popluar number systems.

HEX 4B 48 C4
Decimal 75 72 196
Binary 1001011 1001000 11000100
Octal 113 110 304

Shades and tints

Shades of #4B48C4

#4B48C4
(75,72,196)
#4542B3
(69,66,179)
#3F3CA2
(63,60,162)
#393691
(57,54,145)
#333080
(51,48,128)
#2D2A6F
(45,42,111)
#27245E
(39,36,94)
#211E4D
(33,30,77)
#1B183C
(27,24,60)
#15122B
(21,18,43)
#0F0C1A
(15,12,26)
#000000
(0,0,0)

Tints of #4B48C4

#4B48C4
(75,72,196)
#5B58C9
(91,88,201)
#6B68CE
(107,104,206)
#7B78D3
(123,120,211)
#8B88D8
(139,136,216)
#9B98DD
(155,152,221)
#ABA8E2
(171,168,226)
#BBB8E7
(187,184,231)
#CBC8EC
(203,200,236)
#DBD8F1
(219,216,241)
#EBE8F6
(235,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B48C4 color. Also use rgb(75,72,196) instead hex code.

Text Font Color

.myTextColor { color: #4B48C4; }

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

This text font color is #4B48C4.

Background Color

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

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

This div background color is #4B48C4.

Border color

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

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

This div border color is #4B48C4.

Opacity

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

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

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

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

This text has shadow with #4B48C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B48C4.

Preview

Color preview on black background

This text has color #4B48C4 on black background.


Color preview on white background

This text has color #4B48C4 on white background.


Black color preview on #4B48C4 background

This text has black color on #4B48C4 background.


White color preview on #4B48C4 background

This text has white color on #4B48C4 background.


Related colors

Complementary color

Complementary color for #hex is #B4B73B.


I love getcolorcode.com

Triadic colors

1 #C44B48 and #48C44B with #4B48C4 are triadic colors.

2 #C4484B and #484BC4 with #4B48C4 are triadic colors.