Color Hex Logo

#4030a4 Color Hex

#4030A4
(64,48,164)
0 Favorites   0 Comments

Color spaces of #4030a4

RGB 6448164
HSL0.690.550.42
HSV248°71°64°
CMYK 0.610.710.00   0.36
XYZ9.87215.884235.7374
Yxy5.88420.19170.1143
Hunter Lab24.257430.1943-70.3694
CIE-Lab29.118440.5561-60.1689

#4030a4 color RGB value is (64,48,164).

#4030a4 hex color red value is 64, green value is 48 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #4030a4 hue: 0.69 , saturation: 0.55 and the lightness value of 4030a4 is 0.42.

The process color (four color CMYK) of #4030a4 color hex is 0.61, 0.71, 0.00, 0.36. Web safe color of #4030a4 is #333399. Color #4030a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110000 10100100
Octal 100 60 244
Decimal 64 48 164
Hex 40 30 A4

RGB Percentages of Color #4030a4

%23.19
%17.39
%59.42

CMYK Percentages of Color #4030a4

%61
%71
%0
%36

Triadic Colors of #4030a4

#4030a4 #a44030 #30a440

Analogous Colors of #4030a4

#4030a4 #7a30a4 #305aa4

Monochromatic Colors of #4030a4

#4030a4

Complementary Color

#4030a4 #94a430

#4030a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4030a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4030a4 Color CSS Codes

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

#4030a4 Text Font Color

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

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


#4030a4 Background Color

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

This div background color is #4030a4


#4030a4 Border Color

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

This div border color is #4030a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,48,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4030a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4030a4;
  -webkit-box-shadow: 1px 1px 3px 2px #4030a4;
  box-shadow:         1px 1px 3px 2px #4030a4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4030a4


Comments

No comments written yet.

Please login to write comment.