Color Hex Logo

#484fbc Color Hex

#484FBC
(72,79,188)
0 Favorites   0 Comments

Color spaces of #484fbc

RGB 7279188
HSL0.660.460.51
HSV236°62°74°
CMYK 0.620.580.00   0.26
XYZ14.545610.600548.8564
Yxy10.60050.19660.1432
Hunter Lab32.558422.7684-66.1783
CIE-Lab38.899330.8101-58.4608

#484fbc color RGB value is (72,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001111 10111100
Octal 110 117 274
Decimal 72 79 188
Hex 48 4F BC

RGB Percentages of Color #484fbc

%21.24
%23.30
%55.46

CMYK Percentages of Color #484fbc

%62
%58
%0
%26

Triadic Colors of #484fbc

#484fbc #bc484f #4fbc48

Analogous Colors of #484fbc

#484fbc #7b48bc #4889bc

Monochromatic Colors of #484fbc

#484fbc

Complementary Color

#484fbc #bcb548

#484fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#484fbc Color CSS Codes

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

#484fbc Text Font Color

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

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


#484fbc Background Color

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

This div background color is #484fbc


#484fbc Border Color

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

This div border color is #484fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484fbc


Comments

No comments written yet.

Please login to write comment.