Color Hex Logo

#4784b0 Color Hex

#4784B0
(71,132,176)
0 Favorites   0 Comments

Color spaces of #4784b0

RGB 71132176
HSL0.570.430.48
HSV205°60°69°
CMYK 0.600.250.00   0.31
XYZ18.686320.976744.1383
Yxy20.97670.22300.2503
Hunter Lab45.8003-7.3235-25.0782
CIE-Lab52.9240-6.3505-29.1838

#4784b0 color RGB value is (71,132,176).

#4784b0 hex color red value is 71, green value is 132 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #4784b0 hue: 0.57 , saturation: 0.43 and the lightness value of 4784b0 is 0.48.

The process color (four color CMYK) of #4784b0 color hex is 0.60, 0.25, 0.00, 0.31. Web safe color of #4784b0 is #339999. Color #4784b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000100 10110000
Octal 107 204 260
Decimal 71 132 176
Hex 47 84 B0

RGB Percentages of Color #4784b0

%18.73
%34.83
%46.44

CMYK Percentages of Color #4784b0

%60
%25
%0
%31

Triadic Colors of #4784b0

#4784b0 #b04784 #84b047

Analogous Colors of #4784b0

#4784b0 #474fb0 #47b0a8

Monochromatic Colors of #4784b0

#4784b0

Complementary Color

#4784b0 #b07347

#4784b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4784b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4784b0 Color CSS Codes

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

#4784b0 Text Font Color

<p style="color:#4784b0">Text here</p>

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


#4784b0 Background Color

<div style="background-color:#4784b0">
Div content here</div>

This div background color is #4784b0


#4784b0 Border Color

<div style="border:3px solid #4784b0">
Div here</div>

This div border color is #4784b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,132,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4784b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4784b0;
  -webkit-box-shadow: 1px 1px 3px 2px #4784b0;
  box-shadow:         1px 1px 3px 2px #4784b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4784b0


Comments

No comments written yet.

Please login to write comment.