Color Hex Logo

#484bae Color Hex

#484BAE
(72,75,174)
0 Favorites   0 Comments

Color spaces of #484bae

RGB 7275174
HSL0.660.410.48
HSV238°59°68°
CMYK 0.590.570.00   0.32
XYZ12.82859.465941.1954
Yxy9.46590.20210.1491
Hunter Lab30.766720.5857-57.8503
CIE-Lab36.866328.6056-53.5039

#484bae color RGB value is (72,75,174).

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

The process color (four color CMYK) of #484bae color hex is 0.59, 0.57, 0.00, 0.32. Web safe color of #484bae is #333399. Color #484bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001011 10101110
Octal 110 113 256
Decimal 72 75 174
Hex 48 4B AE

RGB Percentages of Color #484bae

%22.43
%23.36
%54.21

CMYK Percentages of Color #484bae

%59
%57
%0
%32

Triadic Colors of #484bae

#484bae #ae484b #4bae48

Analogous Colors of #484bae

#484bae #7848ae #487eae

Monochromatic Colors of #484bae

#484bae

Complementary Color

#484bae #aeab48

#484bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#484bae Color CSS Codes

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

#484bae Text Font Color

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

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


#484bae Background Color

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

This div background color is #484bae


#484bae Border Color

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

This div border color is #484bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484bae


Comments

No comments written yet.

Please login to write comment.