Color Hex Logo

#4b798c Color Hex

#4B798C
(75,121,140)
0 Favorites   0 Comments

Color spaces of #4b798c

RGB 75121140
HSL0.550.300.42
HSV198°46°55°
CMYK 0.460.140.00   0.45
XYZ14.472617.064027.3418
Yxy17.06400.24580.2898
Hunter Lab41.3086-9.7520-10.3275
CIE-Lab48.3406-10.3333-15.2466

#4b798c color RGB value is (75,121,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111001 10001100
Octal 113 171 214
Decimal 75 121 140
Hex 4B 79 8C

RGB Percentages of Color #4b798c

%22.32
%36.01
%41.67

CMYK Percentages of Color #4b798c

%46
%14
%0
%45

Triadic Colors of #4b798c

#4b798c #8c4b79 #798c4b

Analogous Colors of #4b798c

#4b798c #4b598c #4b8c7f

Monochromatic Colors of #4b798c

#4b798c

Complementary Color

#4b798c #8c5e4b

#4b798c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b798c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b798c Color CSS Codes

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

#4b798c Text Font Color

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

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


#4b798c Background Color

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

This div background color is #4b798c


#4b798c Border Color

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

This div border color is #4b798c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b798c


Comments

No comments written yet.

Please login to write comment.