Color Hex Logo

#485fbc Color Hex

#485FBC
(72,95,188)
0 Favorites   0 Comments

Color spaces of #485fbc

RGB 7295188
HSL0.630.460.51
HSV228°62°74°
CMYK 0.620.490.00   0.26
XYZ15.841813.193049.2885
Yxy13.19300.20230.1684
Hunter Lab36.322214.2884-55.0299
CIE-Lab43.052620.6271-51.7500

#485fbc color RGB value is (72,95,188).

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

The process color (four color CMYK) of #485fbc color hex is 0.62, 0.49, 0.00, 0.26. Web safe color of #485fbc is #3366cc. Color #485fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011111 10111100
Octal 110 137 274
Decimal 72 95 188
Hex 48 5F BC

RGB Percentages of Color #485fbc

%20.28
%26.76
%52.96

CMYK Percentages of Color #485fbc

%62
%49
%0
%26

Triadic Colors of #485fbc

#485fbc #bc485f #5fbc48

Analogous Colors of #485fbc

#485fbc #6b48bc #4899bc

Monochromatic Colors of #485fbc

#485fbc

Complementary Color

#485fbc #bca548

#485fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#485fbc Color CSS Codes

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

#485fbc Text Font Color

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

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


#485fbc Background Color

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

This div background color is #485fbc


#485fbc Border Color

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

This div border color is #485fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485fbc


Comments

No comments written yet.

Please login to write comment.