#4B282B

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

Shades of Heath #4B282B

Tints of Heath #4B282B

Color information

#4B282B (or 0x4B282B) is unknown color: approx Heath. HEX triplet: 4B, 28 and 2B. RGB value is (75,40,43). Sum of RGB (Red+Green+Blue) = 75+40+43=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B282B is #B4D7D4. Grayscale: #323232. Windows color (decimal): -11851733 or 2828363. OLE color: 2828363.

HSL color Cylindrical-coordinate representation of color #4B282B: hue angle of 354.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B282B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB754043-
CMYK00.470.430.71
HSL354.86º30.43%22.55%-
HSV(B)354.86º46.67%29.41%-
XYZ4.13.192.68-
YUV50.81123.6145.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=47.47%
G=25.32%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75404300.470.430.71354.8630.4322.55
Hex4B282B02F2B471631e17
Octal1135053057531075433627
Binary1001011101000101011010111110101110001111011000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,43); }

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

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

 a { background-color: rgb(75,40,43); }

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

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

 span { border-color: rgb(75,40,43); }

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