COLOR #488AAE

HEX: #488AAE
RGB: (72,138,174)

Renk bilgisi

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

RGB renk modeli

#488AAE color RGB value is (72,138,174).

  • kırmız ton 72;
  • yeşil ton 138;
  • mavi ton 174.
RGB:
(72,138,174)
(28%,54%,68%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 138 of 255 = 54%
B 174 of 255 = 68%

72
138
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 138 + 174 = 384 (100%)
R 72 of 384 ~ 18.75%
G 138 of 384 ~ 35.94%
B 174 of 384 ~ 45.31%

%18.75
%35.94
%45.31

CMYK RENK MODELİ

#488AAE rengi CMYK tonu (59,21,0,32).

  • camgöbeği tonu 58.62%
  • eflatun tonu 20.69%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(59,21,0,32)
C59M21Y0K32 
(59%,21%,0%,32%)
(0.59/0.21/0.00/0.32)	

CMYK yüzdeleri

%58.62
%20.69
%0
%31.76

Codes

Color #488AAE in popluar color models

488AAE
RGB72138174
HSL201°41.46%48.24%
HSB/HSV201°58.62%68.24%
CMYK58.62%20.69%0.00%
31.76%

Color #488AAE in popluar number systems.

HEX488AAE
Decimal72138174
Binary10010001000101010101110
Octal110212256

Shades and tints

Shades of #488AAE

#488AAE
(72,138,174)
#427E9F
(66,126,159)
#3C7290
(60,114,144)
#366681
(54,102,129)
#305A72
(48,90,114)
#2A4E63
(42,78,99)
#244254
(36,66,84)
#1E3645
(30,54,69)
#182A36
(24,42,54)
#121E27
(18,30,39)
#0C1218
(12,18,24)
#000000
(0,0,0)

Tints of #488AAE

#488AAE
(72,138,174)
#5894B5
(88,148,181)
#689EBC
(104,158,188)
#78A8C3
(120,168,195)
#88B2CA
(136,178,202)
#98BCD1
(152,188,209)
#A8C6D8
(168,198,216)
#B8D0DF
(184,208,223)
#C8DAE6
(200,218,230)
#D8E4ED
(216,228,237)
#E8EEF4
(232,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488AAE color. Also use rgb(72,138,174) instead hex code.

Text Font Color

.myTextColor { color: #488AAE; }

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

This text font color is #488AAE.


Background Color

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

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

This div background color is #488AAE.


Border color

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

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

This div border color is #488AAE.


Opacity

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

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

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

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

This text has shadow with #488AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488AAE on black background.


Color preview on white background

This text has color #488AAE on white background.



Black color preview on #488AAE background

This text has black color on #488AAE background.


White color preview on #488AAE background

This text has white color on #488AAE background.