Color Hex Logo

#4e6286 Color Hex

#4E6286
(78,98,134)
0 Favorites   0 Comments

Color spaces of #4e6286

RGB 7898134
HSL0.610.260.42
HSV219°42°53°
CMYK 0.420.270.00   0.47
XYZ11.812612.076324.2626
Yxy12.07630.24530.2508
Hunter Lab34.7510-0.1382-17.0697
CIE-Lab41.33712.3774-22.3949

#4e6286 color RGB value is (78,98,134).

#4e6286 hex color red value is 78, green value is 98 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #4e6286 hue: 0.61 , saturation: 0.26 and the lightness value of 4e6286 is 0.42.

The process color (four color CMYK) of #4e6286 color hex is 0.42, 0.27, 0.00, 0.47. Web safe color of #4e6286 is #666699. Color #4e6286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100010 10000110
Octal 116 142 206
Decimal 78 98 134
Hex 4E 62 86

RGB Percentages of Color #4e6286

%25.16
%31.61
%43.23

CMYK Percentages of Color #4e6286

%42
%27
%0
%47

Triadic Colors of #4e6286

#4e6286 #864e62 #62864e

Analogous Colors of #4e6286

#4e6286 #564e86 #4e7e86

Monochromatic Colors of #4e6286

#4e6286

Complementary Color

#4e6286 #86724e

#4e6286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e6286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e6286 Color CSS Codes

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

#4e6286 Text Font Color

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

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


#4e6286 Background Color

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

This div background color is #4e6286


#4e6286 Border Color

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

This div border color is #4e6286


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,98,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e6286; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e6286;
  -webkit-box-shadow: 1px 1px 3px 2px #4e6286;
  box-shadow:         1px 1px 3px 2px #4e6286; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,98,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e6286


Comments

No comments written yet.

Please login to write comment.