Color Hex Logo

#467adb Color Hex

#467ADB
(70,122,219)
0 Favorites   0 Comments

Color spaces of #467adb

RGB 70122219
HSL0.610.670.57
HSV219°68°86°
CMYK 0.680.440.00   0.14
XYZ22.271520.335669.7692
Yxy20.33560.19820.1810
Hunter Lab45.09509.2412-60.1646
CIE-Lab52.214514.2246-54.8128

#467adb color RGB value is (70,122,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 11011011
Octal 106 172 333
Decimal 70 122 219
Hex 46 7A DB

RGB Percentages of Color #467adb

%17.03
%29.68
%53.28

CMYK Percentages of Color #467adb

%68
%44
%0
%14

Triadic Colors of #467adb

#467adb #db467a #7adb46

Analogous Colors of #467adb

#467adb #5c46db #46c5db

Monochromatic Colors of #467adb

#467adb

Complementary Color

#467adb #dba746

#467adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#467adb Color CSS Codes

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

#467adb Text Font Color

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

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


#467adb Background Color

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

This div background color is #467adb


#467adb Border Color

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

This div border color is #467adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,122,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 #467adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467adb


Comments

No comments written yet.

Please login to write comment.