Color Hex Logo

#484adb Color Hex

#484ADB
(72,74,219)
0 Favorites   0 Comments

Color spaces of #484adb

RGB 7274219
HSL0.660.670.57
HSV239°67°86°
CMYK 0.670.660.00   0.14
XYZ17.907411.389768.2724
Yxy11.38970.18350.1167
Hunter Lab33.748635.6540-96.3177
CIE-Lab40.229244.2713-74.2352

#484adb color RGB value is (72,74,219).

#484adb hex color red value is 72, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #484adb hue: 0.66 , saturation: 0.67 and the lightness value of 484adb is 0.57.

The process color (four color CMYK) of #484adb color hex is 0.67, 0.66, 0.00, 0.14. Web safe color of #484adb is #3333cc. Color #484adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001010 11011011
Octal 110 112 333
Decimal 72 74 219
Hex 48 4A DB

RGB Percentages of Color #484adb

%19.73
%20.27
%60.00

CMYK Percentages of Color #484adb

%67
%66
%0
%14

Triadic Colors of #484adb

#484adb #db484a #4adb48

Analogous Colors of #484adb

#484adb #9048db #4894db

Monochromatic Colors of #484adb

#484adb

Complementary Color

#484adb #dbd948

#484adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#484adb Color CSS Codes

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

#484adb Text Font Color

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

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


#484adb Background Color

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

This div background color is #484adb


#484adb Border Color

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

This div border color is #484adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484adb


Comments

No comments written yet.

Please login to write comment.