Color Hex Logo

#474adb Color Hex

#474ADB
(71,74,219)
0 Favorites   0 Comments

Color spaces of #474adb

RGB 7174219
HSL0.660.670.57
HSV239°68°86°
CMYK 0.680.660.00   0.14
XYZ17.833511.351668.2690
Yxy11.35160.18300.1165
Hunter Lab33.692135.5202-96.5524
CIE-Lab40.166544.1470-74.3405

#474adb color RGB value is (71,74,219).

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

The process color (four color CMYK) of #474adb color hex is 0.68, 0.66, 0.00, 0.14. Web safe color of #474adb is #3333cc. Color #474adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 11011011
Octal 107 112 333
Decimal 71 74 219
Hex 47 4A DB

RGB Percentages of Color #474adb

%19.51
%20.33
%60.16

CMYK Percentages of Color #474adb

%68
%66
%0
%14

Triadic Colors of #474adb

#474adb #db474a #4adb47

Analogous Colors of #474adb

#474adb #8e47db #4794db

Monochromatic Colors of #474adb

#474adb

Complementary Color

#474adb #dbd847

#474adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#474adb Color CSS Codes

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

#474adb Text Font Color

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

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


#474adb Background Color

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

This div background color is #474adb


#474adb Border Color

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

This div border color is #474adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474adb


Comments

No comments written yet.

Please login to write comment.