Color Hex Logo

#4b818e Color Hex

#4B818E
(75,129,142)
0 Favorites   0 Comments

Color spaces of #4b818e

RGB 75129142
HSL0.530.310.43
HSV192°47°56°
CMYK 0.470.090.00   0.44
XYZ15.634419.149428.4634
Yxy19.14940.24720.3028
Hunter Lab43.7600-12.8063-7.9327
CIE-Lab50.8615-14.2381-12.6023

#4b818e color RGB value is (75,129,142).

#4b818e hex color red value is 75, green value is 129 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4b818e hue: 0.53 , saturation: 0.31 and the lightness value of 4b818e is 0.43.

The process color (four color CMYK) of #4b818e color hex is 0.47, 0.09, 0.00, 0.44. Web safe color of #4b818e is #339999. Color #4b818e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000001 10001110
Octal 113 201 216
Decimal 75 129 142
Hex 4B 81 8E

RGB Percentages of Color #4b818e

%21.68
%37.28
%41.04

CMYK Percentages of Color #4b818e

%47
%9
%0
%44

Triadic Colors of #4b818e

#4b818e #8e4b81 #818e4b

Analogous Colors of #4b818e

#4b818e #4b608e #4b8e7a

Monochromatic Colors of #4b818e

#4b818e

Complementary Color

#4b818e #8e584b

#4b818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b818e Color CSS Codes

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

#4b818e Text Font Color

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

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


#4b818e Background Color

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

This div background color is #4b818e


#4b818e Border Color

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

This div border color is #4b818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b818e

#4b818e Color Palettes


Comments

No comments written yet.

Please login to write comment.