Color Hex Logo

#474feb Color Hex

#474FEB
(71,79,235)
0 Favorites   0 Comments

Color spaces of #474feb

RGB 7179235
HSL0.660.800.60
HSV237°70°92°
CMYK 0.700.660.00   0.08
XYZ20.389912.929780.0183
Yxy12.92970.17990.1141
Hunter Lab35.957938.2920-106.7695
CIE-Lab42.657146.4828-79.3514

#474feb color RGB value is (71,79,235).

#474feb hex color red value is 71, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #474feb hue: 0.66 , saturation: 0.80 and the lightness value of 474feb is 0.60.

The process color (four color CMYK) of #474feb color hex is 0.70, 0.66, 0.00, 0.08. Web safe color of #474feb is #3366ff. Color #474feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001111 11101011
Octal 107 117 353
Decimal 71 79 235
Hex 47 4F EB

RGB Percentages of Color #474feb

%18.44
%20.52
%61.04

CMYK Percentages of Color #474feb

%70
%66
%0
%8

Triadic Colors of #474feb

#474feb #eb474f #4feb47

Analogous Colors of #474feb

#474feb #9147eb #47a1eb

Monochromatic Colors of #474feb

#474feb

Complementary Color

#474feb #ebe347

#474feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#474feb Color CSS Codes

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

#474feb Text Font Color

<p style="color:#474feb">Text here</p>

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


#474feb Background Color

<div style="background-color:#474feb">
Div content here</div>

This div background color is #474feb


#474feb Border Color

<div style="border:3px solid #474feb">
Div here</div>

This div border color is #474feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,79,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474feb;
  -webkit-box-shadow: 1px 1px 3px 2px #474feb;
  box-shadow:         1px 1px 3px 2px #474feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,79,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474feb


Comments

No comments written yet.

Please login to write comment.