COLOR #424A6F

HEX: #424A6F
RGB: (66,74,111)

Renk bilgisi

#424A6F contains red, green and blue colors in about the same proportion. #424A6F ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#424A6F color RGB value is (66,74,111).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 74 of 255 = 29%
B 111 of 255 = 44%

66
74
111

R + G + B ~ 33%. #424A6F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 74 + 111 = 251 (100%)
R 66 of 251 ~ 26.29%
G 74 of 251 ~ 29.48%
B 111 of 251 ~ 44.22%

%26.29
%29.48
%44.22

CMYK RENK MODELİ

#424A6F rengi CMYK tonu (41,33,0,56).

  • camgöbeği tonu 40.54%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(41,33,0,56)
C41M33Y0K56 
(41%,33%,0%,56%)
(0.41/0.33/0.00/0.56)	

CMYK yüzdeleri

%40.54
%33.33
%0
%56.47

Codes

Color #424A6F in popluar color models

424A6F
RGB6674111
HSL229°25.42%34.71%
HSB/HSV229°40.54%43.53%
CMYK40.54%33.33%0.00%
56.47%

Color #424A6F in popluar number systems.

HEX424A6F
Decimal6674111
Binary100001010010101101111
Octal102112157

Shades and tints

Shades of #424A6F

#424A6F
(66,74,111)
#3C4465
(60,68,101)
#363E5B
(54,62,91)
#303851
(48,56,81)
#2A3247
(42,50,71)
#242C3D
(36,44,61)
#1E2633
(30,38,51)
#182029
(24,32,41)
#121A1F
(18,26,31)
#0C1415
(12,20,21)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #424A6F

#424A6F
(66,74,111)
#535A7C
(83,90,124)
#646A89
(100,106,137)
#757A96
(117,122,150)
#868AA3
(134,138,163)
#979AB0
(151,154,176)
#A8AABD
(168,170,189)
#B9BACA
(185,186,202)
#CACAD7
(202,202,215)
#DBDAE4
(219,218,228)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A6F; }

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

This text font color is #424A6F.


Background Color

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

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

This div background color is #424A6F.


Border color

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

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

This div border color is #424A6F.


Opacity

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

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

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

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

This text has shadow with #424A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A6F on black background.


Color preview on white background

This text has color #424A6F on white background.



Black color preview on #424A6F background

This text has black color on #424A6F background.


White color preview on #424A6F background

This text has white color on #424A6F background.