Color Hex Logo

#4890be Color Hex

#4890BE
(72,144,190)
0 Favorites   0 Comments

Color spaces of #4890be

RGB 72144190
HSL0.560.480.51
HSV203°62°75°
CMYK 0.620.240.00   0.25
XYZ21.940025.041952.3924
Yxy25.04190.22080.2520
Hunter Lab50.0419-9.3130-27.0456
CIE-Lab57.1162-8.4404-30.6605

#4890be color RGB value is (72,144,190).

#4890be hex color red value is 72, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4890be hue: 0.56 , saturation: 0.48 and the lightness value of 4890be is 0.51.

The process color (four color CMYK) of #4890be color hex is 0.62, 0.24, 0.00, 0.25. Web safe color of #4890be is #3399cc. Color #4890be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010000 10111110
Octal 110 220 276
Decimal 72 144 190
Hex 48 90 BE

RGB Percentages of Color #4890be

%17.73
%35.47
%46.80

CMYK Percentages of Color #4890be

%62
%24
%0
%25

Triadic Colors of #4890be

#4890be #be4890 #90be48

Analogous Colors of #4890be

#4890be #4855be #48beb1

Monochromatic Colors of #4890be

#4890be

Complementary Color

#4890be #be7648

#4890be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4890be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4890be Color CSS Codes

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

#4890be Text Font Color

<p style="color:#4890be">Text here</p>

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


#4890be Background Color

<div style="background-color:#4890be">
Div content here</div>

This div background color is #4890be


#4890be Border Color

<div style="border:3px solid #4890be">
Div here</div>

This div border color is #4890be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,144,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4890be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4890be;
  -webkit-box-shadow: 1px 1px 3px 2px #4890be;
  box-shadow:         1px 1px 3px 2px #4890be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4890be


Comments

No comments written yet.

Please login to write comment.