Color Hex Logo

#484bba Color Hex

#484BBA
(72,75,186)
0 Favorites   0 Comments

Color spaces of #484bba

RGB 7275186
HSL0.660.450.51
HSV238°61°73°
CMYK 0.610.600.00   0.27
XYZ14.05159.955047.6353
Yxy9.95500.19610.1390
Hunter Lab31.551524.2799-67.4277
CIE-Lab37.761532.6509-59.1361

#484bba color RGB value is (72,75,186).

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

The process color (four color CMYK) of #484bba color hex is 0.61, 0.60, 0.00, 0.27. Web safe color of #484bba is #3333cc. Color #484bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001011 10111010
Octal 110 113 272
Decimal 72 75 186
Hex 48 4B BA

RGB Percentages of Color #484bba

%21.62
%22.52
%55.86

CMYK Percentages of Color #484bba

%61
%60
%0
%27

Triadic Colors of #484bba

#484bba #ba484b #4bba48

Analogous Colors of #484bba

#484bba #7e48ba #4884ba

Monochromatic Colors of #484bba

#484bba

Complementary Color

#484bba #bab748

#484bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#484bba Color CSS Codes

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

#484bba Text Font Color

<p style="color:#484bba">Text here</p>

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


#484bba Background Color

<div style="background-color:#484bba">
Div content here</div>

This div background color is #484bba


#484bba Border Color

<div style="border:3px solid #484bba">
Div here</div>

This div border color is #484bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,75,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 #484bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484bba


Comments

No comments written yet.

Please login to write comment.