Color Hex Logo

#4b6fae Color Hex

#4B6FAE
(75,111,174)
0 Favorites   0 Comments

Color spaces of #4b6fae

RGB 75111174
HSL0.610.400.49
HSV218°57°68°
CMYK 0.570.360.00   0.32
XYZ16.226115.920742.2622
Yxy15.92070.21810.2140
Hunter Lab39.90082.7628-34.8684
CIE-Lab46.87036.3790-37.4936

#4b6fae color RGB value is (75,111,174).

#4b6fae hex color red value is 75, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4b6fae hue: 0.61 , saturation: 0.40 and the lightness value of 4b6fae is 0.49.

The process color (four color CMYK) of #4b6fae color hex is 0.57, 0.36, 0.00, 0.32. Web safe color of #4b6fae is #336699. Color #4b6fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01101111 10101110
Octal 113 157 256
Decimal 75 111 174
Hex 4B 6F AE

RGB Percentages of Color #4b6fae

%20.83
%30.83
%48.33

CMYK Percentages of Color #4b6fae

%57
%36
%0
%32

Triadic Colors of #4b6fae

#4b6fae #ae4b6f #6fae4b

Analogous Colors of #4b6fae

#4b6fae #594bae #4ba1ae

Monochromatic Colors of #4b6fae

#4b6fae

Complementary Color

#4b6fae #ae8a4b

#4b6fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b6fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b6fae Color CSS Codes

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

#4b6fae Text Font Color

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

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


#4b6fae Background Color

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

This div background color is #4b6fae


#4b6fae Border Color

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

This div border color is #4b6fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,111,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b6fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b6fae;
  -webkit-box-shadow: 1px 1px 3px 2px #4b6fae;
  box-shadow:         1px 1px 3px 2px #4b6fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,111,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b6fae


Comments

No comments written yet.

Please login to write comment.