Color Hex Logo

#486bbc Color Hex

#486BBC
(72,107,188)
0 Favorites   0 Comments

Color spaces of #486bbc

RGB 72107188
HSL0.620.460.51
HSV222°62°74°
CMYK 0.620.430.00   0.26
XYZ17.007315.523949.6770
Yxy15.52390.20690.1888
Hunter Lab39.40048.0994-47.1741
CIE-Lab46.343613.0310-46.4784

#486bbc color RGB value is (72,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 10111100
Octal 110 153 274
Decimal 72 107 188
Hex 48 6B BC

RGB Percentages of Color #486bbc

%19.62
%29.16
%51.23

CMYK Percentages of Color #486bbc

%62
%43
%0
%26

Triadic Colors of #486bbc

#486bbc #bc486b #6bbc48

Analogous Colors of #486bbc

#486bbc #5f48bc #48a5bc

Monochromatic Colors of #486bbc

#486bbc

Complementary Color

#486bbc #bc9948

#486bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#486bbc Color CSS Codes

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

#486bbc Text Font Color

<p style="color:#486bbc">Text here</p>

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


#486bbc Background Color

<div style="background-color:#486bbc">
Div content here</div>

This div background color is #486bbc


#486bbc Border Color

<div style="border:3px solid #486bbc">
Div here</div>

This div border color is #486bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486bbc


Comments

No comments written yet.

Please login to write comment.