COLOR #4B08C0

HEX: #4B08C0
RGB: (75,8,192)

Color info

#4B08C0 contains mainly blue color. Web safe color of #4B08C0 is #3300CC (or #30C).

RGB color model

#4B08C0 color RGB value is (75,8,192).

  • red value is 75;
  • green value is 8;
  • blue value is 192.
RGB:
(75,8,192)
(29%,3%,75%)

RGB channels and saturation

R 75 of 255 = 29%
G 8 of 255 = 3%
B 192 of 255 = 75%

75
8
192

R + G + B ~ 36%. #4B08C0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 8 + 192 = 275 (100%)
R 75 of 275 ~ 27.27%
G 8 of 275 ~ 2.91%
B 192 of 275 ~ 69.82%

%27.27
%69.82

CMYK color model

#4B08C0 color CMYK value is (61,96,0,25).

  • cyan value is 60.94%
  • magenta value is 95.83%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(61,96,0,25)
C61M96Y0K25 
(61%,96%,0%,25%)
(0.61/0.96/0.00/0.25)	

CMYK percentages

%60.94
%95.83
%0
%24.71

Codes

Color #4B08C0 in popluar color models

4B08C0
RGB758192
HSL262°92.00%39.22%
HSB/HSV262°95.83%75.29%
CMYK60.94%95.83%0.00%
24.71%

Color #4B08C0 in popluar number systems.

HEX4B08C0
Decimal758192
Binary1001011100011000000
Octal11310300

Shades and tints

Shades of #4B08C0

#4B08C0
(75,8,192)
#4508AF
(69,8,175)
#3F089E
(63,8,158)
#39088D
(57,8,141)
#33087C
(51,8,124)
#2D086B
(45,8,107)
#27085A
(39,8,90)
#210849
(33,8,73)
#1B0838
(27,8,56)
#150827
(21,8,39)
#0F0816
(15,8,22)
#000000
(0,0,0)

Tints of #4B08C0

#4B08C0
(75,8,192)
#5B1EC5
(91,30,197)
#6B34CA
(107,52,202)
#7B4ACF
(123,74,207)
#8B60D4
(139,96,212)
#9B76D9
(155,118,217)
#AB8CDE
(171,140,222)
#BBA2E3
(187,162,227)
#CBB8E8
(203,184,232)
#DBCEED
(219,206,237)
#EBE4F2
(235,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B08C0 color. Also use rgb(75,8,192) instead hex code.

Text Font Color

.myTextColor { color: #4B08C0; }

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

This text font color is #4B08C0.


Background Color

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

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

This div background color is #4B08C0.


Border color

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

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

This div border color is #4B08C0.


Opacity

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

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

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

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

This text has shadow with #4B08C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B08C0 on black background.


Color preview on white background

This text has color #4B08C0 on white background.



Black color preview on #4B08C0 background

This text has black color on #4B08C0 background.


White color preview on #4B08C0 background

This text has white color on #4B08C0 background.