COLOR #4496CC

HEX: #4496CC
RGB: (68,150,204)

Renk bilgisi

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

RGB renk modeli

#4496CC color RGB value is (68,150,204).

  • kırmız ton 68;
  • yeşil ton 150;
  • mavi ton 204.
RGB:
(68,150,204)
(27%,59%,80%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 150 of 255 = 59%
B 204 of 255 = 80%

68
150
204

R + G + B ~ 55%. #4496CC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 150 + 204 = 422 (100%)
R 68 of 422 ~ 16.11%
G 150 of 422 ~ 35.55%
B 204 of 422 ~ 48.34%

%16.11
%35.55
%48.34

CMYK RENK MODELİ

#4496CC rengi CMYK tonu (67,26,0,20).

  • camgöbeği tonu 66.67%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(67,26,0,20)
C67M26Y0K20 
(67%,26%,0%,20%)
(0.67/0.26/0.00/0.20)	

CMYK yüzdeleri

%66.67
%26.47
%0
%20

Codes

Color #4496CC in popluar color models

4496CC
RGB68150204
HSL204°57.14%53.33%
HSB/HSV204°66.67%80.00%
CMYK66.67%26.47%0.00%
20.00%

Color #4496CC in popluar number systems.

HEX4496CC
Decimal68150204
Binary10001001001011011001100
Octal104226314

Shades and tints

Shades of #4496CC

#4496CC
(68,150,204)
#3E89BA
(62,137,186)
#387CA8
(56,124,168)
#326F96
(50,111,150)
#2C6284
(44,98,132)
#265572
(38,85,114)
#204860
(32,72,96)
#1A3B4E
(26,59,78)
#142E3C
(20,46,60)
#0E212A
(14,33,42)
#081418
(8,20,24)
#000000
(0,0,0)

Tints of #4496CC

#4496CC
(68,150,204)
#559FD0
(85,159,208)
#66A8D4
(102,168,212)
#77B1D8
(119,177,216)
#88BADC
(136,186,220)
#99C3E0
(153,195,224)
#AACCE4
(170,204,228)
#BBD5E8
(187,213,232)
#CCDEEC
(204,222,236)
#DDE7F0
(221,231,240)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4496CC color. Also use rgb(68,150,204) instead hex code.

Text Font Color

.myTextColor { color: #4496CC; }

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

This text font color is #4496CC.


Background Color

.myBgColor { background-color: #4496CC; }

<div style="background-color:#4496CC">Inner text</div>

This div background color is #4496CC.


Border color

.myBorderColor { border: 1px solid #4496CC; }

<div style="border:3px solid #4496CC">Div</div>

This div border color is #4496CC.


Opacity

.myOpacity80 { color: #4496CC; opacity: 0.8; }

<p style="color:#4496CC;opacity:0.8;">80%</p>

Text with #4496CC 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 #4496CC;}

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

This text has shadow with #4496CC color.

.textShadow {text-shadow: 3px 3px 1px #4496CC, 3px 3px 1px red;}

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

This text has shadow with #4496CC primary color and red secondary color.


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

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

This text has shadow with #4496CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4496CC on black background.


Color preview on white background

This text has color #4496CC on white background.



Black color preview on #4496CC background

This text has black color on #4496CC background.


White color preview on #4496CC background

This text has white color on #4496CC background.