Color Hex Logo

#07479a Color Hex

#07479A
(7,71,154)
0 Favorites   0 Comments

Color spaces of #07479a

RGB 771154
HSL0.590.910.32
HSV214°95°60°
CMYK 0.950.540.00   0.40
XYZ8.17366.884731.4699
Yxy6.88470.17570.1480
Hunter Lab26.23879.6866-52.7435
CIE-Lab31.543015.7697-50.2629

#07479a color RGB value is (7,71,154).

#07479a hex color red value is 7, green value is 71 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #07479a hue: 0.59 , saturation: 0.91 and the lightness value of 07479a is 0.32.

The process color (four color CMYK) of #07479a color hex is 0.95, 0.54, 0.00, 0.40. Web safe color of #07479a is #003399. Color #07479a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000111 10011010
Octal 7 107 232
Decimal 7 71 154
Hex 7 47 9A

RGB Percentages of Color #07479a

%3.02
%30.60
%66.38

CMYK Percentages of Color #07479a

%95
%54
%0
%40

Triadic Colors of #07479a

#07479a #9a0747 #479a07

Analogous Colors of #07479a

#07479a #10079a #07919a

Monochromatic Colors of #07479a

#07479a

Complementary Color

#07479a #9a5a07

#07479a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07479a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07479a Color CSS Codes

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

#07479a Text Font Color

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

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


#07479a Background Color

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

This div background color is #07479a


#07479a Border Color

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

This div border color is #07479a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,71,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07479a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07479a;
  -webkit-box-shadow: 1px 1px 3px 2px #07479a;
  box-shadow:         1px 1px 3px 2px #07479a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07479a


Comments

No comments written yet.

Please login to write comment.