Color Hex Logo

#484067 Color Hex

#484067
(72,64,103)
1 Favorites   0 Comments

Color spaces of #484067

RGB 7264103
HSL0.700.230.33
HSV252°38°40°
CMYK 0.300.380.00   0.60
XYZ6.95416.023813.6282
Yxy6.02380.26140.2264
Hunter Lab24.54347.6249-15.7415
CIE-Lab29.472413.1223-21.6429

#484067 color RGB value is (72,64,103).

#484067 hex color red value is 72, green value is 64 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #484067 hue: 0.70 , saturation: 0.23 and the lightness value of 484067 is 0.33.

The process color (four color CMYK) of #484067 color hex is 0.30, 0.38, 0.00, 0.60. Web safe color of #484067 is #333366. Color #484067 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 01100111
Octal 110 100 147
Decimal 72 64 103
Hex 48 40 67

RGB Percentages of Color #484067

%30.13
%26.78
%43.10

CMYK Percentages of Color #484067

%30
%38
%0
%60

Triadic Colors of #484067

#484067 #674840 #406748

Analogous Colors of #484067

#484067 #5c4067 #404b67

Monochromatic Colors of #484067

#484067

Complementary Color

#484067 #5f6740

#484067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484067 Color CSS Codes

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

#484067 Text Font Color

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

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


#484067 Background Color

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

This div background color is #484067


#484067 Border Color

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

This div border color is #484067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484067


Comments

No comments written yet.

Please login to write comment.