Color Hex Logo

#4894a1 Color Hex

#4894A1
(72,148,161)
0 Favorites   0 Comments

Color spaces of #4894a1

RGB 72148161
HSL0.520.380.46
HSV189°55°63°
CMYK 0.550.080.00   0.37
XYZ19.695425.130737.5309
Yxy25.13070.23910.3051
Hunter Lab50.1305-17.5989-9.2969
CIE-Lab57.2025-19.6506-14.0183

#4894a1 color RGB value is (72,148,161).

#4894a1 hex color red value is 72, green value is 148 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #4894a1 hue: 0.52 , saturation: 0.38 and the lightness value of 4894a1 is 0.46.

The process color (four color CMYK) of #4894a1 color hex is 0.55, 0.08, 0.00, 0.37. Web safe color of #4894a1 is #339999. Color #4894a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010100 10100001
Octal 110 224 241
Decimal 72 148 161
Hex 48 94 A1

RGB Percentages of Color #4894a1

%18.90
%38.85
%42.26

CMYK Percentages of Color #4894a1

%55
%8
%0
%37

Triadic Colors of #4894a1

#4894a1 #a14894 #94a148

Analogous Colors of #4894a1

#4894a1 #4868a1 #48a182

Monochromatic Colors of #4894a1

#4894a1

Complementary Color

#4894a1 #a15548

#4894a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4894a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4894a1 Color CSS Codes

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

#4894a1 Text Font Color

<p style="color:#4894a1">Text here</p>

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


#4894a1 Background Color

<div style="background-color:#4894a1">
Div content here</div>

This div background color is #4894a1


#4894a1 Border Color

<div style="border:3px solid #4894a1">
Div here</div>

This div border color is #4894a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,148,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4894a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4894a1;
  -webkit-box-shadow: 1px 1px 3px 2px #4894a1;
  box-shadow:         1px 1px 3px 2px #4894a1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4894a1


Comments

No comments written yet.

Please login to write comment.