Color Hex Logo

#4694fb Color Hex

#4694FB
(70,148,251)
0 Favorites   0 Comments

Color spaces of #4694fb

RGB 70148251
HSL0.590.960.63
HSV214°72°98°
CMYK 0.720.410.00   0.02
XYZ30.528329.446995.3416
Yxy29.44690.19660.1896
Hunter Lab54.26505.4564-66.1848
CIE-Lab61.17409.7725-58.2806

#4694fb color RGB value is (70,148,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010100 11111011
Octal 106 224 373
Decimal 70 148 251
Hex 46 94 FB

RGB Percentages of Color #4694fb

%14.93
%31.56
%53.52

CMYK Percentages of Color #4694fb

%72
%41
%0
%2

Triadic Colors of #4694fb

#4694fb #fb4694 #94fb46

Analogous Colors of #4694fb

#4694fb #5346fb #46effb

Monochromatic Colors of #4694fb

#4694fb

Complementary Color

#4694fb #fbad46

#4694fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4694fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4694fb Color CSS Codes

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

#4694fb Text Font Color

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

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


#4694fb Background Color

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

This div background color is #4694fb


#4694fb Border Color

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

This div border color is #4694fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4694fb

Related Colors


Comments

No comments written yet.

Please login to write comment.