Color Hex Logo

#4279ff Color Hex

#4279FF
(66,121,255)
0 Favorites   0 Comments

Color spaces of #4279ff

RGB 66121255
HSL0.621.000.63
HSV223°74°100°
CMYK 0.740.530.00   0.00
XYZ27.134122.053097.4343
Yxy22.05300.18510.1504
Hunter Lab46.960620.9572-90.1430
CIE-Lab54.083227.1444-71.8960

#4279ff color RGB value is (66,121,255).

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

The process color (four color CMYK) of #4279ff color hex is 0.74, 0.53, 0.00, 0.00. Web safe color of #4279ff is #3366ff. Color #4279ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111001 11111111
Octal 102 171 377
Decimal 66 121 255
Hex 42 79 FF

RGB Percentages of Color #4279ff

%14.93
%27.38
%57.69

CMYK Percentages of Color #4279ff

%74
%53
%0
%0

Triadic Colors of #4279ff

#4279ff #ff4279 #79ff42

Analogous Colors of #4279ff

#4279ff #6a42ff #42d8ff

Monochromatic Colors of #4279ff

#4279ff

Complementary Color

#4279ff #ffc842

#4279ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4279ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4279ff Color CSS Codes

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

#4279ff Text Font Color

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

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


#4279ff Background Color

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

This div background color is #4279ff


#4279ff Border Color

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

This div border color is #4279ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,121,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 #4279ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4279ff


Comments

No comments written yet.

Please login to write comment.