Color Hex Logo

#4b798a Color Hex

#4B798A
(75,121,138)
0 Favorites   0 Comments

Color spaces of #4b798a

RGB 75121138
HSL0.540.300.42
HSV196°46°54°
CMYK 0.460.120.00   0.46
XYZ14.326517.005626.5721
Yxy17.00560.24740.2937
Hunter Lab41.2378-10.1533-9.3377
CIE-Lab48.2671-10.9180-14.1780

#4b798a color RGB value is (75,121,138).

#4b798a hex color red value is 75, green value is 121 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4b798a hue: 0.54 , saturation: 0.30 and the lightness value of 4b798a is 0.42.

The process color (four color CMYK) of #4b798a color hex is 0.46, 0.12, 0.00, 0.46. Web safe color of #4b798a is #336699. Color #4b798a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111001 10001010
Octal 113 171 212
Decimal 75 121 138
Hex 4B 79 8A

RGB Percentages of Color #4b798a

%22.46
%36.23
%41.32

CMYK Percentages of Color #4b798a

%46
%12
%0
%46

Triadic Colors of #4b798a

#4b798a #8a4b79 #798a4b

Analogous Colors of #4b798a

#4b798a #4b5a8a #4b8a7c

Monochromatic Colors of #4b798a

#4b798a

Complementary Color

#4b798a #8a5c4b

#4b798a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b798a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b798a Color CSS Codes

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

#4b798a Text Font Color

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

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


#4b798a Background Color

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

This div background color is #4b798a


#4b798a Border Color

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

This div border color is #4b798a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b798a


Comments

No comments written yet.

Please login to write comment.