Color Hex Logo

#4a4b65 Color Hex

#4A4B65
(74,75,101)
0 Favorites   0 Comments

Color spaces of #4a4b65

RGB 7475101
HSL0.660.150.34
HSV238°27°40°
CMYK 0.270.260.00   0.60
XYZ7.68917.427613.3403
Yxy7.42760.27020.2610
Hunter Lab27.25362.6666-9.9442
CIE-Lab32.76126.0690-15.2631

#4a4b65 color RGB value is (74,75,101).

#4a4b65 hex color red value is 74, green value is 75 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #4a4b65 hue: 0.66 , saturation: 0.15 and the lightness value of 4a4b65 is 0.34.

The process color (four color CMYK) of #4a4b65 color hex is 0.27, 0.26, 0.00, 0.60. Web safe color of #4a4b65 is #333366. Color #4a4b65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001011 01100101
Octal 112 113 145
Decimal 74 75 101
Hex 4A 4B 65

RGB Percentages of Color #4a4b65

%29.60
%30.00
%40.40

CMYK Percentages of Color #4a4b65

%27
%26
%0
%60

Triadic Colors of #4a4b65

#4a4b65 #654a4b #4b654a

Analogous Colors of #4a4b65

#4a4b65 #574a65 #4a5965

Monochromatic Colors of #4a4b65

#4a4b65

Complementary Color

#4a4b65 #65644a

#4a4b65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4b65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4b65 Color CSS Codes

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

#4a4b65 Text Font Color

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

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


#4a4b65 Background Color

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

This div background color is #4a4b65


#4a4b65 Border Color

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

This div border color is #4a4b65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4b65


Comments

No comments written yet.

Please login to write comment.