Color Hex Logo

#461228 Color Hex

#461228
(70,18,40)
0 Favorites   0 Comments

Color spaces of #461228

RGB 701840
HSL0.930.590.17
HSV335°74°27°
CMYK 0.000.740.43   0.73
XYZ3.12511.88792.2072
Yxy1.88790.43280.2615
Hunter Lab13.740116.55360.0937
CIE-Lab14.887627.0451-1.2782

#461228 color RGB value is (70,18,40).

#461228 hex color red value is 70, green value is 18 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #461228 hue: 0.93 , saturation: 0.59 and the lightness value of 461228 is 0.17.

The process color (four color CMYK) of #461228 color hex is 0.00, 0.74, 0.43, 0.73. Web safe color of #461228 is #330033. Color #461228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010010 00101000
Octal 106 22 50
Decimal 70 18 40
Hex 46 12 28

RGB Percentages of Color #461228

%54.69
%14.06
%31.25

CMYK Percentages of Color #461228

%0
%74
%43
%73

Triadic Colors of #461228

#461228 #284612 #122846

Analogous Colors of #461228

#461228 #461612 #461242

Monochromatic Colors of #461228

#461228

Complementary Color

#461228 #124630

#461228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461228 Color CSS Codes

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

#461228 Text Font Color

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

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


#461228 Background Color

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

This div background color is #461228


#461228 Border Color

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

This div border color is #461228


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,18,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #461228; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #461228;
  -webkit-box-shadow: 1px 1px 3px 2px #461228;
  box-shadow:         1px 1px 3px 2px #461228; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461228


Comments

No comments written yet.

Please login to write comment.