COLOR #498FEA

HEX: #498FEA
RGB: (73,143,234)

Renk bilgisi

#498FEA contains mainly blue color. #498FEA ‘ nin web güvenlik rengi #3399FF (ya da #39F) dir.

RGB renk modeli

#498FEA color RGB value is (73,143,234).

  • kırmız ton 73;
  • yeşil ton 143;
  • mavi ton 234.
RGB:
(73,143,234)
(29%,56%,92%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 143 of 255 = 56%
B 234 of 255 = 92%

73
143
234

R + G + B ~ 59%. #498FEA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 143 + 234 = 450 (100%)
R 73 of 450 ~ 16.22%
G 143 of 450 ~ 31.78%
B 234 of 450 ~ 52%

%16.22
%31.78
%52

CMYK RENK MODELİ

#498FEA rengi CMYK tonu (69,39,0,8).

  • camgöbeği tonu 68.80%
  • eflatun tonu 38.89%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(69,39,0,8)
C69M39Y0K8 
(69%,39%,0%,8%)
(0.69/0.39/0.00/0.08)	

CMYK yüzdeleri

%68.8
%38.89
%0
%8.24

Codes

Color #498FEA in popluar color models

498FEA
RGB73143234
HSL214°79.31%60.20%
HSB/HSV214°68.80%91.76%
CMYK68.80%38.89%0.00%
8.24%

Color #498FEA in popluar number systems.

HEX498FEA
Decimal73143234
Binary10010011000111111101010
Octal111217352

Shades and tints

Shades of #498FEA

#498FEA
(73,143,234)
#4382D5
(67,130,213)
#3D75C0
(61,117,192)
#3768AB
(55,104,171)
#315B96
(49,91,150)
#2B4E81
(43,78,129)
#25416C
(37,65,108)
#1F3457
(31,52,87)
#192742
(25,39,66)
#131A2D
(19,26,45)
#0D0D18
(13,13,24)
#000000
(0,0,0)

Tints of #498FEA

#498FEA
(73,143,234)
#5999EB
(89,153,235)
#69A3EC
(105,163,236)
#79ADED
(121,173,237)
#89B7EE
(137,183,238)
#99C1EF
(153,193,239)
#A9CBF0
(169,203,240)
#B9D5F1
(185,213,241)
#C9DFF2
(201,223,242)
#D9E9F3
(217,233,243)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498FEA color. Also use rgb(73,143,234) instead hex code.

Text Font Color

.myTextColor { color: #498FEA; }

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

This text font color is #498FEA.


Background Color

.myBgColor { background-color: #498FEA; }

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

This div background color is #498FEA.


Border color

.myBorderColor { border: 1px solid #498FEA; }

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

This div border color is #498FEA.


Opacity

.myOpacity80 { color: #498FEA; opacity: 0.8; }

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

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

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

This text has shadow with #498FEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498FEA on black background.


Color preview on white background

This text has color #498FEA on white background.



Black color preview on #498FEA background

This text has black color on #498FEA background.


White color preview on #498FEA background

This text has white color on #498FEA background.