Color Hex Logo

#4690fb Color Hex

#4690FB
(70,144,251)
0 Favorites   0 Comments

Color spaces of #4690fb

RGB 70144251
HSL0.600.960.63
HSV215°72°98°
CMYK 0.720.430.00   0.02
XYZ29.911628.213695.1361
Yxy28.21360.19520.1841
Hunter Lab53.11657.5653-69.0119
CIE-Lab60.081212.1614-60.0272

#4690fb color RGB value is (70,144,251).

#4690fb hex color red value is 70, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4690fb hue: 0.60 , saturation: 0.96 and the lightness value of 4690fb is 0.63.

The process color (four color CMYK) of #4690fb color hex is 0.72, 0.43, 0.00, 0.02. Web safe color of #4690fb is #3399ff. Color #4690fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010000 11111011
Octal 106 220 373
Decimal 70 144 251
Hex 46 90 FB

RGB Percentages of Color #4690fb

%15.05
%30.97
%53.98

CMYK Percentages of Color #4690fb

%72
%43
%0
%2

Triadic Colors of #4690fb

#4690fb #fb4690 #90fb46

Analogous Colors of #4690fb

#4690fb #5746fb #46ebfb

Monochromatic Colors of #4690fb

#4690fb

Complementary Color

#4690fb #fbb146

#4690fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4690fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4690fb Color CSS Codes

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

#4690fb Text Font Color

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

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


#4690fb Background Color

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

This div background color is #4690fb


#4690fb Border Color

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

This div border color is #4690fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,144,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4690fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4690fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4690fb;
  box-shadow:         1px 1px 3px 2px #4690fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4690fb


Comments

No comments written yet.

Please login to write comment.