Color Hex Logo

#4494fb Color Hex

#4494FB
(68,148,251)
0 Favorites   0 Comments

Color spaces of #4494fb

RGB 68148251
HSL0.590.960.63
HSV214°73°98°
CMYK 0.730.410.00   0.02
XYZ30.386429.373895.3350
Yxy29.37380.19590.1894
Hunter Lab54.19765.2319-66.3543
CIE-Lab61.11019.5166-58.3864

#4494fb color RGB value is (68,148,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010100 11111011
Octal 104 224 373
Decimal 68 148 251
Hex 44 94 FB

RGB Percentages of Color #4494fb

%14.56
%31.69
%53.75

CMYK Percentages of Color #4494fb

%73
%41
%0
%2

Triadic Colors of #4494fb

#4494fb #fb4494 #94fb44

Analogous Colors of #4494fb

#4494fb #4f44fb #44f0fb

Monochromatic Colors of #4494fb

#4494fb

Complementary Color

#4494fb #fbab44

#4494fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4494fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4494fb Color CSS Codes

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

#4494fb Text Font Color

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

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


#4494fb Background Color

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

This div background color is #4494fb


#4494fb Border Color

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

This div border color is #4494fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4494fb


Comments

No comments written yet.

Please login to write comment.