Color Hex Logo

#498bc8 Color Hex

#498BC8
(73,139,200)
0 Favorites   0 Comments

Color spaces of #498bc8

RGB 73139200
HSL0.580.540.54
HSV209°64°78°
CMYK 0.640.310.00   0.22
XYZ22.405624.051858.1051
Yxy24.05180.21430.2300
Hunter Lab49.0426-4.2752-35.9162
CIE-Lab56.1396-2.0764-37.8452

#498bc8 color RGB value is (73,139,200).

#498bc8 hex color red value is 73, green value is 139 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #498bc8 hue: 0.58 , saturation: 0.54 and the lightness value of 498bc8 is 0.54.

The process color (four color CMYK) of #498bc8 color hex is 0.64, 0.31, 0.00, 0.22. Web safe color of #498bc8 is #3399cc. Color #498bc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 11001000
Octal 111 213 310
Decimal 73 139 200
Hex 49 8B C8

RGB Percentages of Color #498bc8

%17.72
%33.74
%48.54

CMYK Percentages of Color #498bc8

%64
%31
%0
%22

Triadic Colors of #498bc8

#498bc8 #c8498b #8bc849

Analogous Colors of #498bc8

#498bc8 #494cc8 #49c8c6

Monochromatic Colors of #498bc8

#498bc8

Complementary Color

#498bc8 #c88649

#498bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498bc8 Color CSS Codes

.mybgcolor {background-color:#498bc8; } 
.myforecolor {color:#498bc8; }
.mybordercolor {border:3px solid #498bc8; }

#498bc8 Text Font Color

<p style="color:#498bc8">Text here</p>

This sample text font color is #498bc8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#498bc8 Background Color

<div style="background-color:#498bc8">
Div content here</div>

This div background color is #498bc8


#498bc8 Border Color

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

This div border color is #498bc8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,139,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498bc8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498bc8;
  -webkit-box-shadow: 1px 1px 3px 2px #498bc8;
  box-shadow:         1px 1px 3px 2px #498bc8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,139,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #498bc8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #498bc8;
  -webkit-box-shadow: 1px 1px 3px 2px #498bc8;
  box-shadow:         1px 1px 3px 2px #498bc8;">
Div content here</div>

This div box has shadow with color #498bc8


Comments

No comments written yet.

Please login to write comment.