Color Hex Logo

#485cbb Color Hex

#485CBB
(72,92,187)
0 Favorites   0 Comments

Color spaces of #485cbb

RGB 7292187
HSL0.640.460.51
HSV230°61°73°
CMYK 0.610.510.00   0.27
XYZ15.469312.619948.6343
Yxy12.61990.20160.1645
Hunter Lab35.524515.5607-56.3030
CIE-Lab42.184922.1936-52.5637

#485cbb color RGB value is (72,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011100 10111011
Octal 110 134 273
Decimal 72 92 187
Hex 48 5C BB

RGB Percentages of Color #485cbb

%20.51
%26.21
%53.28

CMYK Percentages of Color #485cbb

%61
%51
%0
%27

Triadic Colors of #485cbb

#485cbb #bb485c #5cbb48

Analogous Colors of #485cbb

#485cbb #6e48bb #4896bb

Monochromatic Colors of #485cbb

#485cbb

Complementary Color

#485cbb #bba748

#485cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#485cbb Color CSS Codes

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

#485cbb Text Font Color

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

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


#485cbb Background Color

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

This div background color is #485cbb


#485cbb Border Color

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

This div border color is #485cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,92,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 #485cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485cbb


Comments

No comments written yet.

Please login to write comment.