COLOR #4476CB

HEX: #4476CB
RGB: (68,118,203)

Renk bilgisi

#4476CB contains mainly blue color. #4476CB ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4476CB color RGB value is (68,118,203).

  • kırmız ton 68;
  • yeşil ton 118;
  • mavi ton 203.
RGB:
(68,118,203)
(27%,46%,80%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 118 of 255 = 46%
B 203 of 255 = 80%

68
118
203

R + G + B ~ 51%. #4476CB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 118 + 203 = 389 (100%)
R 68 of 389 ~ 17.48%
G 118 of 389 ~ 30.33%
B 203 of 389 ~ 52.19%

%17.48
%30.33
%52.19

CMYK RENK MODELİ

#4476CB rengi CMYK tonu (67,42,0,20).

  • camgöbeği tonu 66.50%
  • eflatun tonu 41.87%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(67,42,0,20)
C67M42Y0K20 
(67%,42%,0%,20%)
(0.67/0.42/0.00/0.20)	

CMYK yüzdeleri

%66.5
%41.87
%0
%20.39

Codes

Color #4476CB in popluar color models

4476CB
RGB68118203
HSL218°56.49%53.14%
HSB/HSV218°66.50%79.61%
CMYK66.50%41.87%0.00%
20.39%

Color #4476CB in popluar number systems.

HEX4476CB
Decimal68118203
Binary1000100111011011001011
Octal104166313

Shades and tints

Shades of #4476CB

#4476CB
(68,118,203)
#3E6CB9
(62,108,185)
#3862A7
(56,98,167)
#325895
(50,88,149)
#2C4E83
(44,78,131)
#264471
(38,68,113)
#203A5F
(32,58,95)
#1A304D
(26,48,77)
#14263B
(20,38,59)
#0E1C29
(14,28,41)
#081217
(8,18,23)
#000000
(0,0,0)

Tints of #4476CB

#4476CB
(68,118,203)
#5582CF
(85,130,207)
#668ED3
(102,142,211)
#779AD7
(119,154,215)
#88A6DB
(136,166,219)
#99B2DF
(153,178,223)
#AABEE3
(170,190,227)
#BBCAE7
(187,202,231)
#CCD6EB
(204,214,235)
#DDE2EF
(221,226,239)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4476CB color. Also use rgb(68,118,203) instead hex code.

Text Font Color

.myTextColor { color: #4476CB; }

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

This text font color is #4476CB.


Background Color

.myBgColor { background-color: #4476CB; }

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

This div background color is #4476CB.


Border color

.myBorderColor { border: 1px solid #4476CB; }

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

This div border color is #4476CB.


Opacity

.myOpacity80 { color: #4476CB; opacity: 0.8; }

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

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

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

This text has shadow with #4476CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4476CB on black background.


Color preview on white background

This text has color #4476CB on white background.



Black color preview on #4476CB background

This text has black color on #4476CB background.


White color preview on #4476CB background

This text has white color on #4476CB background.