Color Hex Logo

#474bfd Color Hex

#474BFD
(71,75,253)
0 Favorites   0 Comments

Color spaces of #474bfd

RGB 7175253
HSL0.660.980.64
HSV239°72°99°
CMYK 0.720.700.00   0.01
XYZ22.844213.463694.3232
Yxy13.46360.17490.1031
Hunter Lab36.692846.9182-126.7271
CIE-Lab43.453654.6070-88.1493

#474bfd color RGB value is (71,75,253).

#474bfd hex color red value is 71, green value is 75 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #474bfd hue: 0.66 , saturation: 0.98 and the lightness value of 474bfd is 0.64.

The process color (four color CMYK) of #474bfd color hex is 0.72, 0.70, 0.00, 0.01. Web safe color of #474bfd is #3333ff. Color #474bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001011 11111101
Octal 107 113 375
Decimal 71 75 253
Hex 47 4B FD

RGB Percentages of Color #474bfd

%17.79
%18.80
%63.41

CMYK Percentages of Color #474bfd

%72
%70
%0
%1

Triadic Colors of #474bfd

#474bfd #fd474b #4bfd47

Analogous Colors of #474bfd

#474bfd #9e47fd #47a6fd

Monochromatic Colors of #474bfd

#474bfd

Complementary Color

#474bfd #fdf947

#474bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#474bfd Color CSS Codes

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

#474bfd Text Font Color

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

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


#474bfd Background Color

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

This div background color is #474bfd


#474bfd Border Color

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

This div border color is #474bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.