COLOR #484259

HEX: #484259
RGB: (72,66,89)

Renk bilgisi

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

RGB renk modeli

#484259 color RGB value is (72,66,89).

  • kırmız ton 72;
  • yeşil ton 66;
  • mavi ton 89.
RGB:
(72,66,89)
(28%,26%,35%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 66 of 255 = 26%
B 89 of 255 = 35%

72
66
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 66 + 89 = 227 (100%)
R 72 of 227 ~ 31.72%
G 66 of 227 ~ 29.07%
B 89 of 227 ~ 39.21%

%31.72
%29.07
%39.21

CMYK RENK MODELİ

#484259 rengi CMYK tonu (19,26,0,65).

  • camgöbeği tonu 19.10%
  • eflatun tonu 25.84%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(19,26,0,65)
C19M26Y0K65 
(19%,26%,0%,65%)
(0.19/0.26/0.00/0.65)	

CMYK yüzdeleri

%19.1
%25.84
%0
%65.1

Codes

Color #484259 in popluar color models

484259
RGB726689
HSL256°14.84%30.39%
HSB/HSV256°25.84%34.90%
CMYK19.10%25.84%0.00%
65.10%

Color #484259 in popluar number systems.

HEX484259
Decimal726689
Binary100100010000101011001
Octal110102131

Shades and tints

Shades of #484259

#484259
(72,66,89)
#423C51
(66,60,81)
#3C3649
(60,54,73)
#363041
(54,48,65)
#302A39
(48,42,57)
#2A2431
(42,36,49)
#241E29
(36,30,41)
#1E1821
(30,24,33)
#181219
(24,18,25)
#120C11
(18,12,17)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #484259

#484259
(72,66,89)
#585368
(88,83,104)
#686477
(104,100,119)
#787586
(120,117,134)
#888695
(136,134,149)
#9897A4
(152,151,164)
#A8A8B3
(168,168,179)
#B8B9C2
(184,185,194)
#C8CAD1
(200,202,209)
#D8DBE0
(216,219,224)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484259 color. Also use rgb(72,66,89) instead hex code.

Text Font Color

.myTextColor { color: #484259; }

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

This text font color is #484259.


Background Color

.myBgColor { background-color: #484259; }

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

This div background color is #484259.


Border color

.myBorderColor { border: 1px solid #484259; }

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

This div border color is #484259.


Opacity

.myOpacity80 { color: #484259; opacity: 0.8; }

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

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

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

This text has shadow with #484259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484259 on black background.


Color preview on white background

This text has color #484259 on white background.



Black color preview on #484259 background

This text has black color on #484259 background.


White color preview on #484259 background

This text has white color on #484259 background.