COLOR #4D009A

HEX: #4D009A
RGB: (77,0,154)

Renk bilgisi

#4D009A contains mainly blue color. #4D009A ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#4D009A color RGB value is (77,0,154).

  • kırmız ton 77;
  • yeşil ton 0;
  • mavi ton 154.
RGB:
(77,0,154)
(30%,0%,60%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 0 of 255 = 0%
B 154 of 255 = 60%

77
0
154

R + G + B ~ 30%. #4D009A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 0 + 154 = 231 (100%)
R 77 of 231 ~ 33.33%
G 0 of 231 ~ 0%
B 154 of 231 ~ 66.67%

%33.33
%66.67

CMYK RENK MODELİ

#4D009A rengi CMYK tonu (50,100,0,40).

  • camgöbeği tonu 50.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(50,100,0,40)
C50M100Y0K40 
(50%,100%,0%,40%)
(0.50/1.00/0.00/0.40)	

CMYK yüzdeleri

%50
%100
%0
%39.61

Codes

Color #4D009A in popluar color models

4D009A
RGB770154
HSL270°100.00%30.20%
HSB/HSV270°100.00%60.39%
CMYK50.00%100.00%0.00%
39.61%

Color #4D009A in popluar number systems.

HEX4D009A
Decimal770154
Binary1001101010011010
Octal1150232

Shades and tints

Shades of #4D009A

#4D009A
(77,0,154)
#46008C
(70,0,140)
#3F007E
(63,0,126)
#380070
(56,0,112)
#310062
(49,0,98)
#2A0054
(42,0,84)
#230046
(35,0,70)
#1C0038
(28,0,56)
#15002A
(21,0,42)
#0E001C
(14,0,28)
#07000E
(7,0,14)
#000000
(0,0,0)

Tints of #4D009A

#4D009A
(77,0,154)
#5D17A3
(93,23,163)
#6D2EAC
(109,46,172)
#7D45B5
(125,69,181)
#8D5CBE
(141,92,190)
#9D73C7
(157,115,199)
#AD8AD0
(173,138,208)
#BDA1D9
(189,161,217)
#CDB8E2
(205,184,226)
#DDCFEB
(221,207,235)
#EDE6F4
(237,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D009A color. Also use rgb(77,0,154) instead hex code.

Text Font Color

.myTextColor { color: #4D009A; }

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

This text font color is #4D009A.


Background Color

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

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

This div background color is #4D009A.


Border color

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

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

This div border color is #4D009A.


Opacity

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

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

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

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

This text has shadow with #4D009A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D009A on black background.


Color preview on white background

This text has color #4D009A on white background.



Black color preview on #4D009A background

This text has black color on #4D009A background.


White color preview on #4D009A background

This text has white color on #4D009A background.