COLOR #488CBE

HEX: #488CBE
RGB: (72,140,190)

Renk bilgisi

#488CBE contains mainly green and blue colors. #488CBE ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#488CBE color RGB value is (72,140,190).

  • kırmız ton 72;
  • yeşil ton 140;
  • mavi ton 190.
RGB:
(72,140,190)
(28%,55%,75%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 140 of 255 = 55%
B 190 of 255 = 75%

72
140
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 140 + 190 = 402 (100%)
R 72 of 402 ~ 17.91%
G 140 of 402 ~ 34.83%
B 190 of 402 ~ 47.26%

%17.91
%34.83
%47.26

CMYK RENK MODELİ

#488CBE rengi CMYK tonu (62,26,0,25).

  • camgöbeği tonu 62.11%
  • eflatun tonu 26.32%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(62,26,0,25)
C62M26Y0K25 
(62%,26%,0%,25%)
(0.62/0.26/0.00/0.25)	

CMYK yüzdeleri

%62.11
%26.32
%0
%25.49

Codes

Color #488CBE in popluar color models

488CBE
RGB72140190
HSL205°47.58%51.37%
HSB/HSV205°62.11%74.51%
CMYK62.11%26.32%0.00%
25.49%

Color #488CBE in popluar number systems.

HEX488CBE
Decimal72140190
Binary10010001000110010111110
Octal110214276

Shades and tints

Shades of #488CBE

#488CBE
(72,140,190)
#4280AD
(66,128,173)
#3C749C
(60,116,156)
#36688B
(54,104,139)
#305C7A
(48,92,122)
#2A5069
(42,80,105)
#244458
(36,68,88)
#1E3847
(30,56,71)
#182C36
(24,44,54)
#122025
(18,32,37)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #488CBE

#488CBE
(72,140,190)
#5896C3
(88,150,195)
#68A0C8
(104,160,200)
#78AACD
(120,170,205)
#88B4D2
(136,180,210)
#98BED7
(152,190,215)
#A8C8DC
(168,200,220)
#B8D2E1
(184,210,225)
#C8DCE6
(200,220,230)
#D8E6EB
(216,230,235)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488CBE color. Also use rgb(72,140,190) instead hex code.

Text Font Color

.myTextColor { color: #488CBE; }

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

This text font color is #488CBE.


Background Color

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

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

This div background color is #488CBE.


Border color

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

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

This div border color is #488CBE.


Opacity

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

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

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

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

This text has shadow with #488CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488CBE on black background.


Color preview on white background

This text has color #488CBE on white background.



Black color preview on #488CBE background

This text has black color on #488CBE background.


White color preview on #488CBE background

This text has white color on #488CBE background.