Color Hex Logo

#07468e Color Hex

#07468E
(7,70,142)
0 Favorites   0 Comments

Color spaces of #07468e

RGB 770142
HSL0.590.910.29
HSV212°95°56°
CMYK 0.950.510.00   0.44
XYZ7.16036.378526.4450
Yxy6.37850.17910.1595
Hunter Lab25.25576.4095-44.4030
CIE-Lab30.348011.3952-44.8734

#07468e color RGB value is (7,70,142).

#07468e hex color red value is 7, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #07468e hue: 0.59 , saturation: 0.91 and the lightness value of 07468e is 0.29.

The process color (four color CMYK) of #07468e color hex is 0.95, 0.51, 0.00, 0.44. Web safe color of #07468e is #003399. Color #07468e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000110 10001110
Octal 7 106 216
Decimal 7 70 142
Hex 7 46 8E

RGB Percentages of Color #07468e

%3.20
%31.96
%64.84

CMYK Percentages of Color #07468e

%95
%51
%0
%44

Triadic Colors of #07468e

#07468e #8e0746 #468e07

Analogous Colors of #07468e

#07468e #0c078e #078a8e

Monochromatic Colors of #07468e

#07468e

Complementary Color

#07468e #8e4f07

#07468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07468e Color CSS Codes

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

#07468e Text Font Color

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

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


#07468e Background Color

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

This div background color is #07468e


#07468e Border Color

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

This div border color is #07468e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,70,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07468e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07468e;
  -webkit-box-shadow: 1px 1px 3px 2px #07468e;
  box-shadow:         1px 1px 3px 2px #07468e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07468e


Comments

No comments written yet.

Please login to write comment.