Color Hex Logo

#469bda Color Hex

#469BDA
(70,155,218)
0 Favorites   0 Comments

Color spaces of #469bda

RGB 70155218
HSL0.570.670.56
HSV206°68°85°
CMYK 0.680.290.00   0.15
XYZ26.902029.806770.6651
Yxy29.80670.21120.2340
Hunter Lab54.5955-7.5861-38.5245
CIE-Lab61.4871-5.7103-39.5605

#469bda color RGB value is (70,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011011 11011010
Octal 106 233 332
Decimal 70 155 218
Hex 46 9B DA

RGB Percentages of Color #469bda

%15.80
%34.99
%49.21

CMYK Percentages of Color #469bda

%68
%29
%0
%15

Triadic Colors of #469bda

#469bda #da469b #9bda46

Analogous Colors of #469bda

#469bda #4651da #46dacf

Monochromatic Colors of #469bda

#469bda

Complementary Color

#469bda #da8546

#469bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#469bda Color CSS Codes

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

#469bda Text Font Color

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

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


#469bda Background Color

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

This div background color is #469bda


#469bda Border Color

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

This div border color is #469bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469bda


Comments

No comments written yet.

Please login to write comment.