#4E262B

Color #4E262B Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #4E262B

Tints of Heath #4E262B

Color information

#4E262B (or 0x4E262B) is unknown color: approx Heath. HEX triplet: 4E, 26 and 2B. RGB value is (78,38,43). Sum of RGB (Red+Green+Blue) = 78+38+43=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E262B is #B1D9D4. Grayscale: #323232. Windows color (decimal): -11655637 or 2827854. OLE color: 2827854.

HSL color Cylindrical-coordinate representation of color #4E262B: hue angle of 352.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E262B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB783843-
CMYK00.510.450.69
HSL352.5º34.48%22.75%-
HSV(B)352.5º51.28%30.59%-
XYZ4.273.182.67-
YUV50.53123.75147.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=49.06%
G=23.90%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78384300.510.450.69352.534.4822.75
Hex4E262B0332D451602217
Octal1164653063551055404227
Binary10011101001101010110110011101101100010110110000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E262B; }

 p { color: rgb(78,38,43); }

 H1.HeaderClassName
 {
   color: #4E262B;
 }
 .AnyTagClassName
 {
   color: #4E262B;
 }
</style>
background-color css

<style>
 a { background-color: #4E262B; }

 a { background-color: rgb(78,38,43); }

 div.DivClassName
 {
   background-color: #4E262B;
 }
 .BgClassName
 {
   background-color: #4E262B;
 }
</style>
border-color css

<style>
 span { border-color: #4E262B; }

 span { border-color: rgb(78,38,43); }

 td.TdClassName
 {
   border-color: #4E262B;
 }
 .TagClassName
 {
   border-color: #4E262B;
 }
</style>