COLOR #424A95

HEX: #424A95
RGB: (66,74,149)

Renk bilgisi

#424A95 contains mainly blue color. #424A95 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#424A95 color RGB value is (66,74,149).

  • kırmız ton 66;
  • yeşil ton 74;
  • mavi ton 149.
RGB:
(66,74,149)
(26%,29%,58%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 74 of 255 = 29%
B 149 of 255 = 58%

66
74
149

R + G + B ~ 38%. #424A95 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 74 + 149 = 289 (100%)
R 66 of 289 ~ 22.84%
G 74 of 289 ~ 25.61%
B 149 of 289 ~ 51.56%

%22.84
%25.61
%51.56

CMYK RENK MODELİ

#424A95 rengi CMYK tonu (56,50,0,42).

  • camgöbeği tonu 55.70%
  • eflatun tonu 50.34%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(56,50,0,42)
C56M50Y0K42 
(56%,50%,0%,42%)
(0.56/0.50/0.00/0.42)	

CMYK yüzdeleri

%55.7
%50.34
%0
%41.57

Codes

Color #424A95 in popluar color models

424A95
RGB6674149
HSL234°38.60%42.16%
HSB/HSV234°55.70%58.43%
CMYK55.70%50.34%0.00%
41.57%

Color #424A95 in popluar number systems.

HEX424A95
Decimal6674149
Binary1000010100101010010101
Octal102112225

Shades and tints

Shades of #424A95

#424A95
(66,74,149)
#3C4488
(60,68,136)
#363E7B
(54,62,123)
#30386E
(48,56,110)
#2A3261
(42,50,97)
#242C54
(36,44,84)
#1E2647
(30,38,71)
#18203A
(24,32,58)
#121A2D
(18,26,45)
#0C1420
(12,20,32)
#060E13
(6,14,19)
#000000
(0,0,0)

Tints of #424A95

#424A95
(66,74,149)
#535A9E
(83,90,158)
#646AA7
(100,106,167)
#757AB0
(117,122,176)
#868AB9
(134,138,185)
#979AC2
(151,154,194)
#A8AACB
(168,170,203)
#B9BAD4
(185,186,212)
#CACADD
(202,202,221)
#DBDAE6
(219,218,230)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424A95 color. Also use rgb(66,74,149) instead hex code.

Text Font Color

.myTextColor { color: #424A95; }

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

This text font color is #424A95.


Background Color

.myBgColor { background-color: #424A95; }

<div style="background-color:#424A95">Inner text</div>

This div background color is #424A95.


Border color

.myBorderColor { border: 1px solid #424A95; }

<div style="border:3px solid #424A95">Div</div>

This div border color is #424A95.


Opacity

.myOpacity80 { color: #424A95; opacity: 0.8; }

<p style="color:#424A95;opacity:0.8;">80%</p>

Text with #424A95 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 #424A95;}

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

This text has shadow with #424A95 color.

.textShadow {text-shadow: 3px 3px 1px #424A95, 3px 3px 1px red;}

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

This text has shadow with #424A95 primary color and red secondary color.


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

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

This text has shadow with #424A95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A95 on black background.


Color preview on white background

This text has color #424A95 on white background.



Black color preview on #424A95 background

This text has black color on #424A95 background.


White color preview on #424A95 background

This text has white color on #424A95 background.