Color Hex Logo

#485dbb Color Hex

#485DBB
(72,93,187)
0 Favorites   0 Comments

Color spaces of #485dbb

RGB 7293187
HSL0.640.460.51
HSV229°61°73°
CMYK 0.610.500.00   0.27
XYZ15.556512.794348.6633
Yxy12.79430.20200.1661
Hunter Lab35.769115.0362-55.6247
CIE-Lab42.451721.5556-52.1341

#485dbb color RGB value is (72,93,187).

#485dbb hex color red value is 72, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #485dbb hue: 0.64 , saturation: 0.46 and the lightness value of 485dbb is 0.51.

The process color (four color CMYK) of #485dbb color hex is 0.61, 0.50, 0.00, 0.27. Web safe color of #485dbb is #3366cc. Color #485dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011101 10111011
Octal 110 135 273
Decimal 72 93 187
Hex 48 5D BB

RGB Percentages of Color #485dbb

%20.45
%26.42
%53.13

CMYK Percentages of Color #485dbb

%61
%50
%0
%27

Triadic Colors of #485dbb

#485dbb #bb485d #5dbb48

Analogous Colors of #485dbb

#485dbb #6d48bb #4897bb

Monochromatic Colors of #485dbb

#485dbb

Complementary Color

#485dbb #bba648

#485dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#485dbb Color CSS Codes

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

#485dbb Text Font Color

<p style="color:#485dbb">Text here</p>

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


#485dbb Background Color

<div style="background-color:#485dbb">
Div content here</div>

This div background color is #485dbb


#485dbb Border Color

<div style="border:3px solid #485dbb">
Div here</div>

This div border color is #485dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,93,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #485dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #485dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #485dbb;
  box-shadow:         1px 1px 3px 2px #485dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485dbb


Comments

No comments written yet.

Please login to write comment.