Color Hex Logo

#46728b Color Hex

#46728B
(70,114,139)
0 Favorites   0 Comments

Color spaces of #46728b

RGB 70114139
HSL0.560.330.41
HSV202°50°55°
CMYK 0.500.180.00   0.45
XYZ13.203315.200826.6643
Yxy15.20080.23980.2760
Hunter Lab38.9882-7.7806-13.2571
CIE-Lab45.9080-7.8936-18.3897

#46728b color RGB value is (70,114,139).

#46728b hex color red value is 70, green value is 114 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #46728b hue: 0.56 , saturation: 0.33 and the lightness value of 46728b is 0.41.

The process color (four color CMYK) of #46728b color hex is 0.50, 0.18, 0.00, 0.45. Web safe color of #46728b is #336699. Color #46728b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110010 10001011
Octal 106 162 213
Decimal 70 114 139
Hex 46 72 8B

RGB Percentages of Color #46728b

%21.67
%35.29
%43.03

CMYK Percentages of Color #46728b

%50
%18
%0
%45

Triadic Colors of #46728b

#46728b #8b4672 #728b46

Analogous Colors of #46728b

#46728b #464f8b #468b82

Monochromatic Colors of #46728b

#46728b

Complementary Color

#46728b #8b5f46

#46728b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46728b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46728b Color CSS Codes

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

#46728b Text Font Color

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

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


#46728b Background Color

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

This div background color is #46728b


#46728b Border Color

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

This div border color is #46728b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,114,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46728b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46728b;
  -webkit-box-shadow: 1px 1px 3px 2px #46728b;
  box-shadow:         1px 1px 3px 2px #46728b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46728b


Comments

No comments written yet.

Please login to write comment.