Color Hex Logo

#4b628e Color Hex

#4B628E
(75,98,142)
0 Favorites   0 Comments

Color spaces of #4b628e

RGB 7598142
HSL0.610.310.43
HSV219°47°56°
CMYK 0.470.310.00   0.44
XYZ12.151812.184227.3025
Yxy12.18420.23530.2360
Hunter Lab34.90591.0560-21.9410
CIE-Lab41.50744.0093-26.9674

#4b628e color RGB value is (75,98,142).

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

The process color (four color CMYK) of #4b628e color hex is 0.47, 0.31, 0.00, 0.44. Web safe color of #4b628e is #336699. Color #4b628e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100010 10001110
Octal 113 142 216
Decimal 75 98 142
Hex 4B 62 8E

RGB Percentages of Color #4b628e

%23.81
%31.11
%45.08

CMYK Percentages of Color #4b628e

%47
%31
%0
%44

Triadic Colors of #4b628e

#4b628e #8e4b62 #628e4b

Analogous Colors of #4b628e

#4b628e #564b8e #4b848e

Monochromatic Colors of #4b628e

#4b628e

Complementary Color

#4b628e #8e774b

#4b628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b628e Color CSS Codes

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

#4b628e Text Font Color

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

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


#4b628e Background Color

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

This div background color is #4b628e


#4b628e Border Color

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

This div border color is #4b628e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,98,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 #4b628e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b628e


Comments

No comments written yet.

Please login to write comment.