COLOR #46828A

HEX: #46828A
RGB: (70,130,138)

Renk bilgisi

#46828A contains mainly green and blue colors. #46828A ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#46828A color RGB value is (70,130,138).

  • kırmız ton 70;
  • yeşil ton 130;
  • mavi ton 138.
RGB:
(70,130,138)
(27%,51%,54%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 130 of 255 = 51%
B 138 of 255 = 54%

70
130
138

R + G + B ~ 44%. #46828A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 130 + 138 = 338 (100%)
R 70 of 338 ~ 20.71%
G 130 of 338 ~ 38.46%
B 138 of 338 ~ 40.83%

%20.71
%38.46
%40.83

CMYK RENK MODELİ

#46828A rengi CMYK tonu (49,6,0,46).

  • camgöbeği tonu 49.28%
  • eflatun tonu 5.80%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(49,6,0,46)
C49M6Y0K46 
(49%,6%,0%,46%)
(0.49/0.06/0.00/0.46)	

CMYK yüzdeleri

%49.28
%5.8
%0
%45.88

Codes

Color #46828A in popluar color models

46828A
RGB70130138
HSL187°32.69%40.78%
HSB/HSV187°49.28%54.12%
CMYK49.28%5.80%0.00%
45.88%

Color #46828A in popluar number systems.

HEX46828A
Decimal70130138
Binary10001101000001010001010
Octal106202212

Shades and tints

Shades of #46828A

#46828A
(70,130,138)
#40777E
(64,119,126)
#3A6C72
(58,108,114)
#346166
(52,97,102)
#2E565A
(46,86,90)
#284B4E
(40,75,78)
#224042
(34,64,66)
#1C3536
(28,53,54)
#162A2A
(22,42,42)
#101F1E
(16,31,30)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #46828A

#46828A
(70,130,138)
#568D94
(86,141,148)
#66989E
(102,152,158)
#76A3A8
(118,163,168)
#86AEB2
(134,174,178)
#96B9BC
(150,185,188)
#A6C4C6
(166,196,198)
#B6CFD0
(182,207,208)
#C6DADA
(198,218,218)
#D6E5E4
(214,229,228)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46828A color. Also use rgb(70,130,138) instead hex code.

Text Font Color

.myTextColor { color: #46828A; }

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

This text font color is #46828A.


Background Color

.myBgColor { background-color: #46828A; }

<div style="background-color:#46828A">Inner text</div>

This div background color is #46828A.


Border color

.myBorderColor { border: 1px solid #46828A; }

<div style="border:3px solid #46828A">Div</div>

This div border color is #46828A.


Opacity

.myOpacity80 { color: #46828A; opacity: 0.8; }

<p style="color:#46828A;opacity:0.8;">80%</p>

Text with #46828A 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 #46828A;}

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

This text has shadow with #46828A color.

.textShadow {text-shadow: 3px 3px 1px #46828A, 3px 3px 1px red;}

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

This text has shadow with #46828A primary color and red secondary color.


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

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

This text has shadow with #46828A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46828A on black background.


Color preview on white background

This text has color #46828A on white background.



Black color preview on #46828A background

This text has black color on #46828A background.


White color preview on #46828A background

This text has white color on #46828A background.