Color Hex Logo

#4830bf Color Hex

#4830BF
(72,48,191)
0 Favorites   0 Comments

Color spaces of #4830bf

RGB 7248191
HSL0.690.600.47
HSV250°75°75°
CMYK 0.620.750.00   0.25
XYZ13.13347.253249.9980
Yxy7.25320.18660.1031
Hunter Lab26.931839.9158-91.2178
CIE-Lab32.376549.9740-70.8904

#4830bf color RGB value is (72,48,191).

#4830bf hex color red value is 72, green value is 48 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4830bf hue: 0.69 , saturation: 0.60 and the lightness value of 4830bf is 0.47.

The process color (four color CMYK) of #4830bf color hex is 0.62, 0.75, 0.00, 0.25. Web safe color of #4830bf is #3333cc. Color #4830bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110000 10111111
Octal 110 60 277
Decimal 72 48 191
Hex 48 30 BF

RGB Percentages of Color #4830bf

%23.15
%15.43
%61.41

CMYK Percentages of Color #4830bf

%62
%75
%0
%25

Triadic Colors of #4830bf

#4830bf #bf4830 #30bf48

Analogous Colors of #4830bf

#4830bf #9030bf #3060bf

Monochromatic Colors of #4830bf

#4830bf

Complementary Color

#4830bf #a7bf30

#4830bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4830bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4830bf Color CSS Codes

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

#4830bf Text Font Color

<p style="color:#4830bf">Text here</p>

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


#4830bf Background Color

<div style="background-color:#4830bf">
Div content here</div>

This div background color is #4830bf


#4830bf Border Color

<div style="border:3px solid #4830bf">
Div here</div>

This div border color is #4830bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,48,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4830bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4830bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4830bf;
  box-shadow:         1px 1px 3px 2px #4830bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4830bf


Comments

No comments written yet.

Please login to write comment.