Color Hex Logo

#474afd Color Hex

#474AFD
(71,74,253)
0 Favorites   0 Comments

Color spaces of #474afd

RGB 7174253
HSL0.660.980.64
HSV239°72°99°
CMYK 0.720.710.00   0.01
XYZ22.776913.329094.3008
Yxy13.32900.17470.1022
Hunter Lab36.508947.4707-127.5871
CIE-Lab43.254855.1583-88.4769

#474afd color RGB value is (71,74,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 11111101
Octal 107 112 375
Decimal 71 74 253
Hex 47 4A FD

RGB Percentages of Color #474afd

%17.84
%18.59
%63.57

CMYK Percentages of Color #474afd

%72
%71
%0
%1

Triadic Colors of #474afd

#474afd #fd474a #4afd47

Analogous Colors of #474afd

#474afd #9f47fd #47a5fd

Monochromatic Colors of #474afd

#474afd

Complementary Color

#474afd #fdfa47

#474afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#474afd Color CSS Codes

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

#474afd Text Font Color

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

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


#474afd Background Color

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

This div background color is #474afd


#474afd Border Color

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

This div border color is #474afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,74,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 #474afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474afd

Related Colors


Comments

No comments written yet.

Please login to write comment.