Color Hex Logo

#463090 Color Hex

#463090
(70,48,144)
0 Favorites   0 Comments

Color spaces of #463090

RGB 7048144
HSL0.700.500.38
HSV254°67°56°
CMYK 0.510.670.00   0.44
XYZ8.61685.429626.9794
Yxy5.42960.21000.1323
Hunter Lab23.301525.2309-52.3373
CIE-Lab27.925235.2824-49.8855

#463090 color RGB value is (70,48,144).

#463090 hex color red value is 70, green value is 48 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #463090 hue: 0.70 , saturation: 0.50 and the lightness value of 463090 is 0.38.

The process color (four color CMYK) of #463090 color hex is 0.51, 0.67, 0.00, 0.44. Web safe color of #463090 is #333399. Color #463090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110000 10010000
Octal 106 60 220
Decimal 70 48 144
Hex 46 30 90

RGB Percentages of Color #463090

%26.72
%18.32
%54.96

CMYK Percentages of Color #463090

%51
%67
%0
%44

Triadic Colors of #463090

#463090 #904630 #309046

Analogous Colors of #463090

#463090 #763090 #304a90

Monochromatic Colors of #463090

#463090

Complementary Color

#463090 #7a9030

#463090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463090 Color CSS Codes

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

#463090 Text Font Color

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

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


#463090 Background Color

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

This div background color is #463090


#463090 Border Color

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

This div border color is #463090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463090


Comments

No comments written yet.

Please login to write comment.