Color Hex Logo

#4a8188 Color Hex

#4A8188
(74,129,136)
0 Favorites   0 Comments

Color spaces of #4a8188

RGB 74129136
HSL0.520.300.41
HSV187°46°53°
CMYK 0.460.050.00   0.47
XYZ15.118218.933926.1504
Yxy18.93390.25110.3145
Hunter Lab43.5131-14.1299-5.1728
CIE-Lab50.6098-16.2018-9.4741

#4a8188 color RGB value is (74,129,136).

#4a8188 hex color red value is 74, green value is 129 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #4a8188 hue: 0.52 , saturation: 0.30 and the lightness value of 4a8188 is 0.41.

The process color (four color CMYK) of #4a8188 color hex is 0.46, 0.05, 0.00, 0.47. Web safe color of #4a8188 is #339999. Color #4a8188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000001 10001000
Octal 112 201 210
Decimal 74 129 136
Hex 4A 81 88

RGB Percentages of Color #4a8188

%21.83
%38.05
%40.12

CMYK Percentages of Color #4a8188

%46
%5
%0
%47

Triadic Colors of #4a8188

#4a8188 #884a81 #81884a

Analogous Colors of #4a8188

#4a8188 #4a6288 #4a8870

Monochromatic Colors of #4a8188

#4a8188

Complementary Color

#4a8188 #88514a

#4a8188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8188 Color CSS Codes

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

#4a8188 Text Font Color

<p style="color:#4a8188">Text here</p>

This sample text font color is #4a8188
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.


#4a8188 Background Color

<div style="background-color:#4a8188">
Div content here</div>

This div background color is #4a8188


#4a8188 Border Color

<div style="border:3px solid #4a8188">
Div here</div>

This div border color is #4a8188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,129,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a8188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a8188;
  -webkit-box-shadow: 1px 1px 3px 2px #4a8188;
  box-shadow:         1px 1px 3px 2px #4a8188; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,129,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8188


Comments

No comments written yet.

Please login to write comment.