Color Hex Logo

#0448ab Color Hex

#0448AB
(4,72,171)
0 Favorites   0 Comments

Color spaces of #0448ab

RGB 472171
HSL0.600.950.34
HSV216°98°67°
CMYK 0.980.580.00   0.33
XYZ9.71817.600839.4830
Yxy7.60080.17110.1338
Hunter Lab27.569514.6735-65.6119
CIE-Lab33.137322.0049-57.9004

#0448ab color RGB value is (4,72,171).

#0448ab hex color red value is 4, green value is 72 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0448ab hue: 0.60 , saturation: 0.95 and the lightness value of 0448ab is 0.34.

The process color (four color CMYK) of #0448ab color hex is 0.98, 0.58, 0.00, 0.33. Web safe color of #0448ab is #003399. Color #0448ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001000 10101011
Octal 4 110 253
Decimal 4 72 171
Hex 4 48 AB

RGB Percentages of Color #0448ab

%1.62
%29.15
%69.23

CMYK Percentages of Color #0448ab

%98
%58
%0
%33

Triadic Colors of #0448ab

#0448ab #ab0448 #48ab04

Analogous Colors of #0448ab

#0448ab #1404ab #049cab

Monochromatic Colors of #0448ab

#0448ab

Complementary Color

#0448ab #ab6704

#0448ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0448ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0448ab Color CSS Codes

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

#0448ab Text Font Color

<p style="color:#0448ab">Text here</p>

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


#0448ab Background Color

<div style="background-color:#0448ab">
Div content here</div>

This div background color is #0448ab


#0448ab Border Color

<div style="border:3px solid #0448ab">
Div here</div>

This div border color is #0448ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,72,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0448ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0448ab;
  -webkit-box-shadow: 1px 1px 3px 2px #0448ab;
  box-shadow:         1px 1px 3px 2px #0448ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0448ab


Comments

No comments written yet.

Please login to write comment.