COLOR #476075

HEX: #476075
RGB: (71,96,117)

Renk bilgisi

#476075 contains red, green and blue colors in about the same proportion. #476075 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#476075 color RGB value is (71,96,117).

  • kırmız ton 71;
  • yeşil ton 96;
  • mavi ton 117.
RGB:
(71,96,117)
(28%,38%,46%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 96 of 255 = 38%
B 117 of 255 = 46%

71
96
117

R + G + B ~ 37%. #476075 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 96 + 117 = 284 (100%)
R 71 of 284 ~ 25%
G 96 of 284 ~ 33.8%
B 117 of 284 ~ 41.2%

%25
%33.8
%41.2

CMYK RENK MODELİ

#476075 rengi CMYK tonu (39,18,0,54).

  • camgöbeği tonu 39.32%
  • eflatun tonu 17.95%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(39,18,0,54)
C39M18Y0K54 
(39%,18%,0%,54%)
(0.39/0.18/0.00/0.54)	

CMYK yüzdeleri

%39.32
%17.95
%0
%54.12

Codes

Color #476075 in popluar color models

476075
RGB7196117
HSL207°24.47%36.86%
HSB/HSV207°39.32%45.88%
CMYK39.32%17.95%0.00%
54.12%

Color #476075 in popluar number systems.

HEX476075
Decimal7196117
Binary100011111000001110101
Octal107140165

Shades and tints

Shades of #476075

#476075
(71,96,117)
#41586B
(65,88,107)
#3B5061
(59,80,97)
#354857
(53,72,87)
#2F404D
(47,64,77)
#293843
(41,56,67)
#233039
(35,48,57)
#1D282F
(29,40,47)
#172025
(23,32,37)
#11181B
(17,24,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #476075

#476075
(71,96,117)
#576E81
(87,110,129)
#677C8D
(103,124,141)
#778A99
(119,138,153)
#8798A5
(135,152,165)
#97A6B1
(151,166,177)
#A7B4BD
(167,180,189)
#B7C2C9
(183,194,201)
#C7D0D5
(199,208,213)
#D7DEE1
(215,222,225)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476075 color. Also use rgb(71,96,117) instead hex code.

Text Font Color

.myTextColor { color: #476075; }

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

This text font color is #476075.


Background Color

.myBgColor { background-color: #476075; }

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

This div background color is #476075.


Border color

.myBorderColor { border: 1px solid #476075; }

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

This div border color is #476075.


Opacity

.myOpacity80 { color: #476075; opacity: 0.8; }

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

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

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

This text has shadow with #476075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476075 on black background.


Color preview on white background

This text has color #476075 on white background.



Black color preview on #476075 background

This text has black color on #476075 background.


White color preview on #476075 background

This text has white color on #476075 background.