Color Hex Logo

#463899 Color Hex

#463899
(70,56,153)
0 Favorites   0 Comments

Color spaces of #463899

RGB 7056153
HSL0.690.460.41
HSV249°63°60°
CMYK 0.540.630.00   0.40
XYZ9.68976.430330.8675
Yxy6.43030.20620.1369
Hunter Lab25.358023.8311-54.4211
CIE-Lab30.473133.2604-51.2583

#463899 color RGB value is (70,56,153).

#463899 hex color red value is 70, green value is 56 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #463899 hue: 0.69 , saturation: 0.46 and the lightness value of 463899 is 0.41.

The process color (four color CMYK) of #463899 color hex is 0.54, 0.63, 0.00, 0.40. Web safe color of #463899 is #333399. Color #463899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111000 10011001
Octal 106 70 231
Decimal 70 56 153
Hex 46 38 99

RGB Percentages of Color #463899

%25.09
%20.07
%54.84

CMYK Percentages of Color #463899

%54
%63
%0
%40

Triadic Colors of #463899

#463899 #994638 #389946

Analogous Colors of #463899

#463899 #773899 #385b99

Monochromatic Colors of #463899

#463899

Complementary Color

#463899 #8b9938

#463899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463899 Color CSS Codes

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

#463899 Text Font Color

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

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


#463899 Background Color

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

This div background color is #463899


#463899 Border Color

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

This div border color is #463899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463899


Comments

No comments written yet.

Please login to write comment.