Color Hex Logo

#485eb7 Color Hex

#485EB7
(72,94,183)
0 Favorites   0 Comments

Color spaces of #485eb7

RGB 7294183
HSL0.630.440.50
HSV228°61°72°
CMYK 0.610.490.00   0.28
XYZ15.222412.802046.4685
Yxy12.80200.20430.1719
Hunter Lab35.779913.3273-51.9559
CIE-Lab42.463419.5329-49.7795

#485eb7 color RGB value is (72,94,183).

#485eb7 hex color red value is 72, green value is 94 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #485eb7 hue: 0.63 , saturation: 0.44 and the lightness value of 485eb7 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011110 10110111
Octal 110 136 267
Decimal 72 94 183
Hex 48 5E B7

RGB Percentages of Color #485eb7

%20.63
%26.93
%52.44

CMYK Percentages of Color #485eb7

%61
%49
%0
%28

Triadic Colors of #485eb7

#485eb7 #b7485e #5eb748

Analogous Colors of #485eb7

#485eb7 #6a48b7 #4896b7

Monochromatic Colors of #485eb7

#485eb7

Complementary Color

#485eb7 #b7a148

#485eb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485eb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485eb7 Color CSS Codes

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

#485eb7 Text Font Color

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

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


#485eb7 Background Color

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

This div background color is #485eb7


#485eb7 Border Color

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

This div border color is #485eb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485eb7


Comments

No comments written yet.

Please login to write comment.