Color Hex Logo

#045465 Color Hex

#045465
(4,84,101)
0 Favorites   0 Comments

Color spaces of #045465

RGB 484101
HSL0.530.920.21
HSV191°96°40°
CMYK 0.960.170.00   0.60
XYZ5.56947.306013.4286
Yxy7.30600.21170.2778
Hunter Lab27.0296-10.5222-10.5352
CIE-Lab32.4936-14.8194-15.9431

#045465 color RGB value is (4,84,101).

#045465 hex color red value is 4, green value is 84 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #045465 hue: 0.53 , saturation: 0.92 and the lightness value of 045465 is 0.21.

The process color (four color CMYK) of #045465 color hex is 0.96, 0.17, 0.00, 0.60. Web safe color of #045465 is #006666. Color #045465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010100 01100101
Octal 4 124 145
Decimal 4 84 101
Hex 4 54 65

RGB Percentages of Color #045465

%2.12
%44.44
%53.44

CMYK Percentages of Color #045465

%96
%17
%0
%60

Triadic Colors of #045465

#045465 #650454 #546504

Analogous Colors of #045465

#045465 #042465 #046546

Monochromatic Colors of #045465

#045465

Complementary Color

#045465 #651504

#045465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#045465 Color CSS Codes

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

#045465 Text Font Color

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

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


#045465 Background Color

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

This div background color is #045465


#045465 Border Color

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

This div border color is #045465


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,84,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #045465; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #045465;
  -webkit-box-shadow: 1px 1px 3px 2px #045465;
  box-shadow:         1px 1px 3px 2px #045465; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045465


Comments

No comments written yet.

Please login to write comment.