#4B262E

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

Shades of Cab Sav #4B262E

Tints of Cab Sav #4B262E

Color information

#4B262E (or 0x4B262E) is unknown color: approx Cab Sav. HEX triplet: 4B, 26 and 2E. RGB value is (75,38,46). Sum of RGB (Red+Green+Blue) = 75+38+46=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B262E is #B4D9D1. Grayscale: #313131. Windows color (decimal): -11852242 or 3024459. OLE color: 3024459.

HSL color Cylindrical-coordinate representation of color #4B262E: hue angle of 347.03º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B262E is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB753846-
CMYK00.490.390.71
HSL347.03º32.74%22.16%-
HSV(B)347.03º49.33%29.41%-
XYZ4.093.082.96-
YUV49.97125.76145.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.17%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=47.17%
G=23.90%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75384600.490.390.71347.0332.7422.16
Hex4B262E031274715b2116
Octal1134656061471075334126
Binary10010111001101011100110001100111100011110101101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,46); }

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

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

 a { background-color: rgb(75,38,46); }

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

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

 span { border-color: rgb(75,38,46); }

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