Color Hex Logo

#4558af Color Hex

#4558AF
(69,88,175)
0 Favorites   0 Comments

Color spaces of #4558af

RGB 6988175
HSL0.640.430.48
HSV229°61°69°
CMYK 0.610.500.00   0.31
XYZ13.681811.339842.0251
Yxy11.33980.20410.1691
Hunter Lab33.674613.5929-50.4202
CIE-Lab40.147020.0296-48.8121

#4558af color RGB value is (69,88,175).

#4558af hex color red value is 69, green value is 88 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4558af hue: 0.64 , saturation: 0.43 and the lightness value of 4558af is 0.48.

The process color (four color CMYK) of #4558af color hex is 0.61, 0.50, 0.00, 0.31. Web safe color of #4558af is #336699. Color #4558af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01011000 10101111
Octal 105 130 257
Decimal 69 88 175
Hex 45 58 AF

RGB Percentages of Color #4558af

%20.78
%26.51
%52.71

CMYK Percentages of Color #4558af

%61
%50
%0
%31

Triadic Colors of #4558af

#4558af #af4558 #58af45

Analogous Colors of #4558af

#4558af #6745af #458daf

Monochromatic Colors of #4558af

#4558af

Complementary Color

#4558af #af9c45

#4558af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4558af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4558af Color CSS Codes

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

#4558af Text Font Color

<p style="color:#4558af">Text here</p>

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


#4558af Background Color

<div style="background-color:#4558af">
Div content here</div>

This div background color is #4558af


#4558af Border Color

<div style="border:3px solid #4558af">
Div here</div>

This div border color is #4558af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,88,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4558af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4558af;
  -webkit-box-shadow: 1px 1px 3px 2px #4558af;
  box-shadow:         1px 1px 3px 2px #4558af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,88,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4558af


Comments

No comments written yet.

Please login to write comment.