Color Hex Logo

#4881ba Color Hex

#4881BA
(72,129,186)
0 Favorites   0 Comments

Color spaces of #4881ba

RGB 72129186
HSL0.580.450.51
HSV210°61°73°
CMYK 0.610.310.00   0.27
XYZ19.385720.623449.4134
Yxy20.62340.21680.2306
Hunter Lab45.4130-3.2754-32.7237
CIE-Lab52.5348-1.0902-35.5309

#4881ba color RGB value is (72,129,186).

#4881ba hex color red value is 72, green value is 129 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4881ba hue: 0.58 , saturation: 0.45 and the lightness value of 4881ba is 0.51.

The process color (four color CMYK) of #4881ba color hex is 0.61, 0.31, 0.00, 0.27. Web safe color of #4881ba is #3399cc. Color #4881ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000001 10111010
Octal 110 201 272
Decimal 72 129 186
Hex 48 81 BA

RGB Percentages of Color #4881ba

%18.60
%33.33
%48.06

CMYK Percentages of Color #4881ba

%61
%31
%0
%27

Triadic Colors of #4881ba

#4881ba #ba4881 #81ba48

Analogous Colors of #4881ba

#4881ba #4848ba #48baba

Monochromatic Colors of #4881ba

#4881ba

Complementary Color

#4881ba #ba8148

#4881ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4881ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4881ba Color CSS Codes

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

#4881ba Text Font Color

<p style="color:#4881ba">Text here</p>

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


#4881ba Background Color

<div style="background-color:#4881ba">
Div content here</div>

This div background color is #4881ba


#4881ba Border Color

<div style="border:3px solid #4881ba">
Div here</div>

This div border color is #4881ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,129,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4881ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4881ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4881ba;
  box-shadow:         1px 1px 3px 2px #4881ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,129,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4881ba


Comments

No comments written yet.

Please login to write comment.