Color Hex Logo

#46245d Color Hex

#46245D
(70,36,93)
0 Favorites   0 Comments

Color spaces of #46245d

RGB 703693
HSL0.770.440.25
HSV276°61°36°
CMYK 0.250.610.00   0.64
XYZ5.13243.354210.7328
Yxy3.35420.26700.1745
Hunter Lab18.314517.9720-21.9255
CIE-Lab21.410027.7365-27.8877

#46245d color RGB value is (70,36,93).

#46245d hex color red value is 70, green value is 36 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #46245d hue: 0.77 , saturation: 0.44 and the lightness value of 46245d is 0.25.

The process color (four color CMYK) of #46245d color hex is 0.25, 0.61, 0.00, 0.64. Web safe color of #46245d is #333366. Color #46245d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100100 01011101
Octal 106 44 135
Decimal 70 36 93
Hex 46 24 5D

RGB Percentages of Color #46245d

%35.18
%18.09
%46.73

CMYK Percentages of Color #46245d

%25
%61
%0
%64

Triadic Colors of #46245d

#46245d #5d4624 #245d46

Analogous Colors of #46245d

#46245d #5d2457 #2a245d

Monochromatic Colors of #46245d

#46245d

Complementary Color

#46245d #3b5d24

#46245d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46245d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46245d Color CSS Codes

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

#46245d Text Font Color

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

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


#46245d Background Color

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

This div background color is #46245d


#46245d Border Color

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

This div border color is #46245d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46245d


Comments

No comments written yet.

Please login to write comment.