Color Hex Logo

#484bbe Color Hex

#484BBE
(72,75,190)
0 Favorites   0 Comments

Color spaces of #484bbe

RGB 7275190
HSL0.660.480.51
HSV238°62°75°
CMYK 0.620.610.00   0.25
XYZ14.482810.127649.9067
Yxy10.12760.19440.1359
Hunter Lab31.823925.5421-70.7027
CIE-Lab38.070533.9971-60.9793

#484bbe color RGB value is (72,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001011 10111110
Octal 110 113 276
Decimal 72 75 190
Hex 48 4B BE

RGB Percentages of Color #484bbe

%21.36
%22.26
%56.38

CMYK Percentages of Color #484bbe

%62
%61
%0
%25

Triadic Colors of #484bbe

#484bbe #be484b #4bbe48

Analogous Colors of #484bbe

#484bbe #8048be #4886be

Monochromatic Colors of #484bbe

#484bbe

Complementary Color

#484bbe #bebb48

#484bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#484bbe Color CSS Codes

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

#484bbe Text Font Color

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

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


#484bbe Background Color

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

This div background color is #484bbe


#484bbe Border Color

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

This div border color is #484bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484bbe


Comments

No comments written yet.

Please login to write comment.