Color Hex Logo

#462748 Color Hex

#462748
(70,39,72)
0 Favorites   0 Comments

Color spaces of #462748

RGB 703972
HSL0.820.300.22
HSV296°46°28°
CMYK 0.030.460.00   0.72
XYZ4.42103.22106.5196
Yxy3.22100.31220.2274
Hunter Lab17.947112.5632-8.9751
CIE-Lab20.908120.7304-14.6092

#462748 color RGB value is (70,39,72).

#462748 hex color red value is 70, green value is 39 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #462748 hue: 0.82 , saturation: 0.30 and the lightness value of 462748 is 0.22.

The process color (four color CMYK) of #462748 color hex is 0.03, 0.46, 0.00, 0.72. Web safe color of #462748 is #333333. Color #462748 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100111 01001000
Octal 106 47 110
Decimal 70 39 72
Hex 46 27 48

RGB Percentages of Color #462748

%38.67
%21.55
%39.78

CMYK Percentages of Color #462748

%3
%46
%0
%72

Triadic Colors of #462748

#462748 #484627 #274846

Analogous Colors of #462748

#462748 #48273a #362748

Monochromatic Colors of #462748

#462748

Complementary Color

#462748 #294827

#462748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462748 Color CSS Codes

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

#462748 Text Font Color

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

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


#462748 Background Color

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

This div background color is #462748


#462748 Border Color

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

This div border color is #462748


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,39,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462748; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462748;
  -webkit-box-shadow: 1px 1px 3px 2px #462748;
  box-shadow:         1px 1px 3px 2px #462748; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462748


Comments

No comments written yet.

Please login to write comment.