Color Hex Logo

#4a646c Color Hex Deep Space Sparkle

#4A646C
(74,100,108)
12 Favorites   0 Comments

Color spaces of #4a646c Deep Space Sparkle

RGB 74100108
HSL0.540.190.36
HSV194°31°42°
CMYK 0.310.070.00   0.58
XYZ10.088011.652915.9049
Yxy11.65290.26800.3095
Hunter Lab34.1363-6.9881-3.7291
CIE-Lab40.6591-7.4870-7.6423

#4a646c color RGB value is (74,100,108). #4a646c color name is Deep Space Sparkle color.

#4a646c hex color red value is 74, green value is 100 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4a646c hue: 0.54 , saturation: 0.19 and the lightness value of 4a646c is 0.36.

The process color (four color CMYK) of #4a646c color hex is 0.31, 0.07, 0.00, 0.58. Web safe color of #4a646c is #336666. Color #4a646c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100100 01101100
Octal 112 144 154
Decimal 74 100 108
Hex 4A 64 6C

RGB Percentages of Color #4a646c

%26.24
%35.46
%38.30

CMYK Percentages of Color #4a646c

%31
%7
%0
%58

Triadic Colors of #4a646c

#4a646c #6c4a64 #646c4a

Analogous Colors of #4a646c

#4a646c #4a536c #4a6c63

Monochromatic Colors of #4a646c

#4a646c

Complementary Color

#4a646c #6c524a

#4a646c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a646c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a646c Color CSS Codes

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

#4a646c Text Font Color

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

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


#4a646c Background Color

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

This div background color is #4a646c


#4a646c Border Color

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

This div border color is #4a646c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,100,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a646c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a646c;
  -webkit-box-shadow: 1px 1px 3px 2px #4a646c;
  box-shadow:         1px 1px 3px 2px #4a646c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a646c


Comments

No comments written yet.

Please login to write comment.