COLOR #74A6FF

HEX: #74A6FF
RGB: (116,166,255)

Renk bilgisi

#74A6FF contains mainly blue color. #74A6FF ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#74A6FF color RGB value is (116,166,255).

  • kırmız ton 116;
  • yeşil ton 166;
  • mavi ton 255.
RGB:
(116,166,255)
(45%,65%,100%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 166 of 255 = 65%
B 255 of 255 = 100%

116
166
255

R + G + B ~ 70%. #74A6FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 166 + 255 = 537 (100%)
R 116 of 537 ~ 21.6%
G 166 of 537 ~ 30.91%
B 255 of 537 ~ 47.49%

%21.6
%30.91
%47.49

CMYK RENK MODELİ

#74A6FF rengi CMYK tonu (55,35,0,0).

  • camgöbeği tonu 54.51%
  • eflatun tonu 34.90%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(55,35,0,0)
C55M35Y0K0 
(55%,35%,0%,0%)
(0.55/0.35/0.00/0.00)	

CMYK yüzdeleri

%54.51
%34.9
%0
%0

Codes

Color #74A6FF in popluar color models

74A6FF
RGB116166255
HSL218°100.00%72.75%
HSB/HSV218°54.51%100.00%
CMYK54.51%34.90%0.00%
0.00%

Color #74A6FF in popluar number systems.

HEX74A6FF
Decimal116166255
Binary11101001010011011111111
Octal164246377

Shades and tints

Shades of #74A6FF

#74A6FF
(116,166,255)
#6A97E8
(106,151,232)
#6088D1
(96,136,209)
#5679BA
(86,121,186)
#4C6AA3
(76,106,163)
#425B8C
(66,91,140)
#384C75
(56,76,117)
#2E3D5E
(46,61,94)
#242E47
(36,46,71)
#1A1F30
(26,31,48)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #74A6FF

#74A6FF
(116,166,255)
#80AEFF
(128,174,255)
#8CB6FF
(140,182,255)
#98BEFF
(152,190,255)
#A4C6FF
(164,198,255)
#B0CEFF
(176,206,255)
#BCD6FF
(188,214,255)
#C8DEFF
(200,222,255)
#D4E6FF
(212,230,255)
#E0EEFF
(224,238,255)
#ECF6FF
(236,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A6FF color. Also use rgb(116,166,255) instead hex code.

Text Font Color

.myTextColor { color: #74A6FF; }

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

This text font color is #74A6FF.


Background Color

.myBgColor { background-color: #74A6FF; }

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

This div background color is #74A6FF.


Border color

.myBorderColor { border: 1px solid #74A6FF; }

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

This div border color is #74A6FF.


Opacity

.myOpacity80 { color: #74A6FF; opacity: 0.8; }

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

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

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

This text has shadow with #74A6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A6FF on black background.


Color preview on white background

This text has color #74A6FF on white background.



Black color preview on #74A6FF background

This text has black color on #74A6FF background.


White color preview on #74A6FF background

This text has white color on #74A6FF background.