Color Hex Logo

#463068 Color Hex

#463068
(70,48,104)
0 Favorites   0 Comments

Color spaces of #463068

RGB 7048104
HSL0.730.370.30
HSV264°54°41°
CMYK 0.330.540.00   0.59
XYZ6.08144.415513.6284
Yxy4.41550.25210.1830
Hunter Lab21.013114.8868-23.7444
CIE-Lab25.000123.2579-29.3543

#463068 color RGB value is (70,48,104).

#463068 hex color red value is 70, green value is 48 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #463068 hue: 0.73 , saturation: 0.37 and the lightness value of 463068 is 0.30.

The process color (four color CMYK) of #463068 color hex is 0.33, 0.54, 0.00, 0.59. Web safe color of #463068 is #333366. Color #463068 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110000 01101000
Octal 106 60 150
Decimal 70 48 104
Hex 46 30 68

RGB Percentages of Color #463068

%31.53
%21.62
%46.85

CMYK Percentages of Color #463068

%33
%54
%0
%59

Triadic Colors of #463068

#463068 #684630 #306846

Analogous Colors of #463068

#463068 #623068 #303668

Monochromatic Colors of #463068

#463068

Complementary Color

#463068 #526830

#463068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463068 Color CSS Codes

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

#463068 Text Font Color

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

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


#463068 Background Color

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

This div background color is #463068


#463068 Border Color

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

This div border color is #463068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463068


Comments

No comments written yet.

Please login to write comment.