Color Hex Logo

#46628d Color Hex

#46628D
(70,98,141)
0 Favorites   0 Comments

Color spaces of #46628d

RGB 7098141
HSL0.600.340.41
HSV216°50°55°
CMYK 0.500.300.00   0.45
XYZ11.701211.960526.8912
Yxy11.96050.23150.2366
Hunter Lab34.5840-0.1279-21.8929
CIE-Lab41.15332.3830-26.9415

#46628d color RGB value is (70,98,141).

#46628d hex color red value is 70, green value is 98 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #46628d hue: 0.60 , saturation: 0.34 and the lightness value of 46628d is 0.41.

The process color (four color CMYK) of #46628d color hex is 0.50, 0.30, 0.00, 0.45. Web safe color of #46628d is #336699. Color #46628d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 10001101
Octal 106 142 215
Decimal 70 98 141
Hex 46 62 8D

RGB Percentages of Color #46628d

%22.65
%31.72
%45.63

CMYK Percentages of Color #46628d

%50
%30
%0
%45

Triadic Colors of #46628d

#46628d #8d4662 #628d46

Analogous Colors of #46628d

#46628d #4e468d #46868d

Monochromatic Colors of #46628d

#46628d

Complementary Color

#46628d #8d7146

#46628d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46628d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46628d Color CSS Codes

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

#46628d Text Font Color

<p style="color:#46628d">Text here</p>

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


#46628d Background Color

<div style="background-color:#46628d">
Div content here</div>

This div background color is #46628d


#46628d Border Color

<div style="border:3px solid #46628d">
Div here</div>

This div border color is #46628d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,98,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46628d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46628d;
  -webkit-box-shadow: 1px 1px 3px 2px #46628d;
  box-shadow:         1px 1px 3px 2px #46628d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,98,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46628d


Comments

No comments written yet.

Please login to write comment.