Color Hex Logo

#4494ff Color Hex

#4494FF
(68,148,255)
0 Favorites   0 Comments

Color spaces of #4494ff

RGB 68148255
HSL0.601.000.63
HSV214°73°100°
CMYK 0.730.420.00   0.00
XYZ31.023829.628898.6915
Yxy29.62880.19470.1859
Hunter Lab54.43236.4798-69.3963
CIE-Lab61.332610.9316-60.2224

#4494ff color RGB value is (68,148,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010100 11111111
Octal 104 224 377
Decimal 68 148 255
Hex 44 94 FF

RGB Percentages of Color #4494ff

%14.44
%31.42
%54.14

CMYK Percentages of Color #4494ff

%73
%42
%0
%0

Triadic Colors of #4494ff

#4494ff #ff4494 #94ff44

Analogous Colors of #4494ff

#4494ff #5144ff #44f2ff

Monochromatic Colors of #4494ff

#4494ff

Complementary Color

#4494ff #ffaf44

#4494ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4494ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4494ff Color CSS Codes

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

#4494ff Text Font Color

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

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


#4494ff Background Color

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

This div background color is #4494ff


#4494ff Border Color

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

This div border color is #4494ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,148,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4494ff

Related Colors


Comments

No comments written yet.

Please login to write comment.