Color Hex Logo

#46486c Color Hex

#46486C
(70,72,108)
0 Favorites   0 Comments

Color spaces of #46486c

RGB 7072108
HSL0.660.210.35
HSV237°35°42°
CMYK 0.350.330.00   0.58
XYZ7.54997.019515.1443
Yxy7.01950.25410.2362
Hunter Lab26.49434.5008-15.3444
CIE-Lab31.85138.6781-21.1217

#46486c color RGB value is (70,72,108).

#46486c hex color red value is 70, green value is 72 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #46486c hue: 0.66 , saturation: 0.21 and the lightness value of 46486c is 0.35.

The process color (four color CMYK) of #46486c color hex is 0.35, 0.33, 0.00, 0.58. Web safe color of #46486c is #333366. Color #46486c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 01101100
Octal 106 110 154
Decimal 70 72 108
Hex 46 48 6C

RGB Percentages of Color #46486c

%28.00
%28.80
%43.20

CMYK Percentages of Color #46486c

%35
%33
%0
%58

Triadic Colors of #46486c

#46486c #6c4648 #486c46

Analogous Colors of #46486c

#46486c #57466c #465b6c

Monochromatic Colors of #46486c

#46486c

Complementary Color

#46486c #6c6a46

#46486c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46486c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46486c Color CSS Codes

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

#46486c Text Font Color

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

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


#46486c Background Color

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

This div background color is #46486c


#46486c Border Color

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

This div border color is #46486c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46486c


Comments

No comments written yet.

Please login to write comment.