Color Hex Logo

#476bed Color Hex

#476BED
(71,107,237)
0 Favorites   0 Comments

Color spaces of #476bed

RGB 71107237
HSL0.630.820.60
HSV227°70°93°
CMYK 0.700.550.00   0.07
XYZ23.142317.969482.3695
Yxy17.96940.18740.1455
Hunter Lab42.390323.2661-85.5344
CIE-Lab49.459030.0683-69.3748

#476bed color RGB value is (71,107,237).

#476bed hex color red value is 71, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #476bed hue: 0.63 , saturation: 0.82 and the lightness value of 476bed is 0.60.

The process color (four color CMYK) of #476bed color hex is 0.70, 0.55, 0.00, 0.07. Web safe color of #476bed is #3366ff. Color #476bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101011 11101101
Octal 107 153 355
Decimal 71 107 237
Hex 47 6B ED

RGB Percentages of Color #476bed

%17.11
%25.78
%57.11

CMYK Percentages of Color #476bed

%70
%55
%0
%7

Triadic Colors of #476bed

#476bed #ed476b #6bed47

Analogous Colors of #476bed

#476bed #7647ed #47beed

Monochromatic Colors of #476bed

#476bed

Complementary Color

#476bed #edc947

#476bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#476bed Color CSS Codes

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

#476bed Text Font Color

<p style="color:#476bed">Text here</p>

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


#476bed Background Color

<div style="background-color:#476bed">
Div content here</div>

This div background color is #476bed


#476bed Border Color

<div style="border:3px solid #476bed">
Div here</div>

This div border color is #476bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,107,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476bed;
  -webkit-box-shadow: 1px 1px 3px 2px #476bed;
  box-shadow:         1px 1px 3px 2px #476bed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476bed


Comments

No comments written yet.

Please login to write comment.