COLOR #469BBE

HEX: #469BBE
RGB: (70,155,190)

Renk bilgisi

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

RGB renk modeli

#469BBE color RGB value is (70,155,190).

  • kırmız ton 70;
  • yeşil ton 155;
  • mavi ton 190.
RGB:
(70,155,190)
(27%,61%,75%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 155 of 255 = 61%
B 190 of 255 = 75%

70
155
190

R + G + B ~ 54%. #469BBE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 155 + 190 = 415 (100%)
R 70 of 415 ~ 16.87%
G 155 of 415 ~ 37.35%
B 190 of 415 ~ 45.78%

%16.87
%37.35
%45.78

CMYK RENK MODELİ

#469BBE rengi CMYK tonu (63,18,0,25).

  • camgöbeği tonu 63.16%
  • eflatun tonu 18.42%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(63,18,0,25)
C63M18Y0K25 
(63%,18%,0%,25%)
(0.63/0.18/0.00/0.25)	

CMYK yüzdeleri

%63.16
%18.42
%0
%25.49

Codes

Color #469BBE in popluar color models

469BBE
RGB70155190
HSL198°48.00%50.98%
HSB/HSV198°63.16%74.51%
CMYK63.16%18.42%0.00%
25.49%

Color #469BBE in popluar number systems.

HEX469BBE
Decimal70155190
Binary10001101001101110111110
Octal106233276

Shades and tints

Shades of #469BBE

#469BBE
(70,155,190)
#408DAD
(64,141,173)
#3A7F9C
(58,127,156)
#34718B
(52,113,139)
#2E637A
(46,99,122)
#285569
(40,85,105)
#224758
(34,71,88)
#1C3947
(28,57,71)
#162B36
(22,43,54)
#101D25
(16,29,37)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #469BBE

#469BBE
(70,155,190)
#56A4C3
(86,164,195)
#66ADC8
(102,173,200)
#76B6CD
(118,182,205)
#86BFD2
(134,191,210)
#96C8D7
(150,200,215)
#A6D1DC
(166,209,220)
#B6DAE1
(182,218,225)
#C6E3E6
(198,227,230)
#D6ECEB
(214,236,235)
#E6F5F0
(230,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469BBE color. Also use rgb(70,155,190) instead hex code.

Text Font Color

.myTextColor { color: #469BBE; }

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

This text font color is #469BBE.


Background Color

.myBgColor { background-color: #469BBE; }

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

This div background color is #469BBE.


Border color

.myBorderColor { border: 1px solid #469BBE; }

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

This div border color is #469BBE.


Opacity

.myOpacity80 { color: #469BBE; opacity: 0.8; }

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

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

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

This text has shadow with #469BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469BBE on black background.


Color preview on white background

This text has color #469BBE on white background.



Black color preview on #469BBE background

This text has black color on #469BBE background.


White color preview on #469BBE background

This text has white color on #469BBE background.