COLOR #748AB9

HEX: #748AB9
RGB: (116,138,185)

Renk bilgisi

#748AB9 contains mainly green and blue colors. #748AB9 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#748AB9 color RGB value is (116,138,185).

  • kırmız ton 116;
  • yeşil ton 138;
  • mavi ton 185.
RGB:
(116,138,185)
(45%,54%,73%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 138 of 255 = 54%
B 185 of 255 = 73%

116
138
185

R + G + B ~ 57%. #748AB9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 138 + 185 = 439 (100%)
R 116 of 439 ~ 26.42%
G 138 of 439 ~ 31.44%
B 185 of 439 ~ 42.14%

%26.42
%31.44
%42.14

CMYK RENK MODELİ

#748AB9 rengi CMYK tonu (37,25,0,27).

  • camgöbeği tonu 37.30%
  • eflatun tonu 25.41%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(37,25,0,27)
C37M25Y0K27 
(37%,25%,0%,27%)
(0.37/0.25/0.00/0.27)	

CMYK yüzdeleri

%37.3
%25.41
%0
%27.45

Codes

Color #748AB9 in popluar color models

748AB9
RGB116138185
HSL221°33.01%59.02%
HSB/HSV221°37.30%72.55%
CMYK37.30%25.41%0.00%
27.45%

Color #748AB9 in popluar number systems.

HEX748AB9
Decimal116138185
Binary11101001000101010111001
Octal164212271

Shades and tints

Shades of #748AB9

#748AB9
(116,138,185)
#6A7EA9
(106,126,169)
#607299
(96,114,153)
#566689
(86,102,137)
#4C5A79
(76,90,121)
#424E69
(66,78,105)
#384259
(56,66,89)
#2E3649
(46,54,73)
#242A39
(36,42,57)
#1A1E29
(26,30,41)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #748AB9

#748AB9
(116,138,185)
#8094BF
(128,148,191)
#8C9EC5
(140,158,197)
#98A8CB
(152,168,203)
#A4B2D1
(164,178,209)
#B0BCD7
(176,188,215)
#BCC6DD
(188,198,221)
#C8D0E3
(200,208,227)
#D4DAE9
(212,218,233)
#E0E4EF
(224,228,239)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748AB9 color. Also use rgb(116,138,185) instead hex code.

Text Font Color

.myTextColor { color: #748AB9; }

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

This text font color is #748AB9.


Background Color

.myBgColor { background-color: #748AB9; }

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

This div background color is #748AB9.


Border color

.myBorderColor { border: 1px solid #748AB9; }

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

This div border color is #748AB9.


Opacity

.myOpacity80 { color: #748AB9; opacity: 0.8; }

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

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

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

This text has shadow with #748AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748AB9 on black background.


Color preview on white background

This text has color #748AB9 on white background.



Black color preview on #748AB9 background

This text has black color on #748AB9 background.


White color preview on #748AB9 background

This text has white color on #748AB9 background.