COLOR #488F9A

HEX: #488F9A
RGB: (72,143,154)

Renk bilgisi

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

RGB renk modeli

#488F9A color RGB value is (72,143,154).

  • kırmız ton 72;
  • yeşil ton 143;
  • mavi ton 154.
RGB:
(72,143,154)
(28%,56%,60%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 143 of 255 = 56%
B 154 of 255 = 60%

72
143
154

R + G + B ~ 48%. #488F9A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 143 + 154 = 369 (100%)
R 72 of 369 ~ 19.51%
G 143 of 369 ~ 38.75%
B 154 of 369 ~ 41.73%

%19.51
%38.75
%41.73

CMYK RENK MODELİ

#488F9A rengi CMYK tonu (53,7,0,40).

  • camgöbeği tonu 53.25%
  • eflatun tonu 7.14%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(53,7,0,40)
C53M7Y0K40 
(53%,7%,0%,40%)
(0.53/0.07/0.00/0.40)	

CMYK yüzdeleri

%53.25
%7.14
%0
%39.61

Codes

Color #488F9A in popluar color models

488F9A
RGB72143154
HSL188°36.28%44.31%
HSB/HSV188°53.25%60.39%
CMYK53.25%7.14%0.00%
39.61%

Color #488F9A in popluar number systems.

HEX488F9A
Decimal72143154
Binary10010001000111110011010
Octal110217232

Shades and tints

Shades of #488F9A

#488F9A
(72,143,154)
#42828C
(66,130,140)
#3C757E
(60,117,126)
#366870
(54,104,112)
#305B62
(48,91,98)
#2A4E54
(42,78,84)
#244146
(36,65,70)
#1E3438
(30,52,56)
#18272A
(24,39,42)
#121A1C
(18,26,28)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #488F9A

#488F9A
(72,143,154)
#5899A3
(88,153,163)
#68A3AC
(104,163,172)
#78ADB5
(120,173,181)
#88B7BE
(136,183,190)
#98C1C7
(152,193,199)
#A8CBD0
(168,203,208)
#B8D5D9
(184,213,217)
#C8DFE2
(200,223,226)
#D8E9EB
(216,233,235)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488F9A color. Also use rgb(72,143,154) instead hex code.

Text Font Color

.myTextColor { color: #488F9A; }

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

This text font color is #488F9A.


Background Color

.myBgColor { background-color: #488F9A; }

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

This div background color is #488F9A.


Border color

.myBorderColor { border: 1px solid #488F9A; }

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

This div border color is #488F9A.


Opacity

.myOpacity80 { color: #488F9A; opacity: 0.8; }

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

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

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

This text has shadow with #488F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488F9A on black background.


Color preview on white background

This text has color #488F9A on white background.



Black color preview on #488F9A background

This text has black color on #488F9A background.


White color preview on #488F9A background

This text has white color on #488F9A background.