Color Hex Logo

#464adb Color Hex

#464ADB
(70,74,219)
0 Favorites   0 Comments

Color spaces of #464adb

RGB 7074219
HSL0.660.670.57
HSV238°68°86°
CMYK 0.680.660.00   0.14
XYZ17.760711.314168.2656
Yxy11.31410.18250.1162
Hunter Lab33.636435.3877-96.7843
CIE-Lab40.104544.0238-74.4445

#464adb color RGB value is (70,74,219).

#464adb hex color red value is 70, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #464adb hue: 0.66 , saturation: 0.67 and the lightness value of 464adb is 0.57.

The process color (four color CMYK) of #464adb color hex is 0.68, 0.66, 0.00, 0.14. Web safe color of #464adb is #3333cc. Color #464adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 11011011
Octal 106 112 333
Decimal 70 74 219
Hex 46 4A DB

RGB Percentages of Color #464adb

%19.28
%20.39
%60.33

CMYK Percentages of Color #464adb

%68
%66
%0
%14

Triadic Colors of #464adb

#464adb #db464a #4adb46

Analogous Colors of #464adb

#464adb #8d46db #4695db

Monochromatic Colors of #464adb

#464adb

Complementary Color

#464adb #dbd746

#464adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#464adb Color CSS Codes

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

#464adb Text Font Color

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

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


#464adb Background Color

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

This div background color is #464adb


#464adb Border Color

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

This div border color is #464adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,74,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464adb;
  -webkit-box-shadow: 1px 1px 3px 2px #464adb;
  box-shadow:         1px 1px 3px 2px #464adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464adb


Comments

No comments written yet.

Please login to write comment.