Color Hex Logo

#483dbf Color Hex

#483DBF
(72,61,191)
0 Favorites   0 Comments

Color spaces of #483dbf

RGB 7261191
HSL0.680.520.49
HSV245°68°75°
CMYK 0.620.680.00   0.25
XYZ13.74528.476850.2019
Yxy8.47680.18980.1170
Hunter Lab29.114933.3189-81.8513
CIE-Lab34.956842.8053-66.6511

#483dbf color RGB value is (72,61,191).

#483dbf hex color red value is 72, green value is 61 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #483dbf hue: 0.68 , saturation: 0.52 and the lightness value of 483dbf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 10111111
Octal 110 75 277
Decimal 72 61 191
Hex 48 3D BF

RGB Percentages of Color #483dbf

%22.22
%18.83
%58.95

CMYK Percentages of Color #483dbf

%62
%68
%0
%25

Triadic Colors of #483dbf

#483dbf #bf483d #3dbf48

Analogous Colors of #483dbf

#483dbf #893dbf #3d73bf

Monochromatic Colors of #483dbf

#483dbf

Complementary Color

#483dbf #b4bf3d

#483dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#483dbf Color CSS Codes

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

#483dbf Text Font Color

<p style="color:#483dbf">Text here</p>

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


#483dbf Background Color

<div style="background-color:#483dbf">
Div content here</div>

This div background color is #483dbf


#483dbf Border Color

<div style="border:3px solid #483dbf">
Div here</div>

This div border color is #483dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,61,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #483dbf;
  box-shadow:         1px 1px 3px 2px #483dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483dbf


Comments

No comments written yet.

Please login to write comment.