Color Hex Logo

#4b616c Color Hex

#4B616C
(75,97,108)
0 Favorites   0 Comments

Color spaces of #4b616c

RGB 7597108
HSL0.560.180.36
HSV200°31°42°
CMYK 0.310.100.00   0.58
XYZ9.883111.128015.8144
Yxy11.12800.26840.3022
Hunter Lab33.3587-5.4938-4.7567
CIE-Lab39.7952-5.3774-8.9315

#4b616c color RGB value is (75,97,108).

#4b616c hex color red value is 75, green value is 97 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4b616c hue: 0.56 , saturation: 0.18 and the lightness value of 4b616c is 0.36.

The process color (four color CMYK) of #4b616c color hex is 0.31, 0.10, 0.00, 0.58. Web safe color of #4b616c is #336666. Color #4b616c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100001 01101100
Octal 113 141 154
Decimal 75 97 108
Hex 4B 61 6C

RGB Percentages of Color #4b616c

%26.79
%34.64
%38.57

CMYK Percentages of Color #4b616c

%31
%10
%0
%58

Triadic Colors of #4b616c

#4b616c #6c4b61 #616c4b

Analogous Colors of #4b616c

#4b616c #4b516c #4b6c67

Monochromatic Colors of #4b616c

#4b616c

Complementary Color

#4b616c #6c564b

#4b616c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b616c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b616c Color CSS Codes

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

#4b616c Text Font Color

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

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


#4b616c Background Color

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

This div background color is #4b616c


#4b616c Border Color

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

This div border color is #4b616c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b616c


Comments

No comments written yet.

Please login to write comment.