Color Hex Logo

#469adb Color Hex

#469ADB
(70,154,219)
0 Favorites   0 Comments

Color spaces of #469adb

RGB 70154219
HSL0.570.670.57
HSV206°68°86°
CMYK 0.680.300.00   0.14
XYZ26.867629.527871.3012
Yxy29.52780.21040.2312
Hunter Lab54.3395-6.8366-39.7593
CIE-Lab61.2446-4.8053-40.4966

#469adb color RGB value is (70,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11011011
Octal 106 232 333
Decimal 70 154 219
Hex 46 9A DB

RGB Percentages of Color #469adb

%15.80
%34.76
%49.44

CMYK Percentages of Color #469adb

%68
%30
%0
%14

Triadic Colors of #469adb

#469adb #db469a #9adb46

Analogous Colors of #469adb

#469adb #464fdb #46dbd2

Monochromatic Colors of #469adb

#469adb

Complementary Color

#469adb #db8746

#469adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#469adb Color CSS Codes

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

#469adb Text Font Color

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

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


#469adb Background Color

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

This div background color is #469adb


#469adb Border Color

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

This div border color is #469adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469adb


Comments

No comments written yet.

Please login to write comment.